about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
index 5172f6587e..70661ad65f 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
@@ -35,6 +35,6 @@ __fe_nomask_env (void)
 #endif
   return FE_ENABLED_ENV;
 }
-#if SHLIB_COMPAT (libm, GLIBC_2_3, GLIBC_2_18)
+#if SHLIB_COMPAT (libm, GLIBC_2_3, GLIBC_2_19)
 compat_symbol (libm, __fe_nomask_env, __fe_nomask_env, GLIBC_2_3);
 #endif