summary refs log tree commit diff
path: root/sysdeps/i386/fpu/e_atan2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/e_atan2l.c')
-rw-r--r--sysdeps/i386/fpu/e_atan2l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/e_atan2l.c b/sysdeps/i386/fpu/e_atan2l.c
index 19a2a60621..9f88bfcc08 100644
--- a/sysdeps/i386/fpu/e_atan2l.c
+++ b/sysdeps/i386/fpu/e_atan2l.c
@@ -16,3 +16,4 @@ __ieee754_atan2l (long double y, long double x)
 
   return res;
 }
+strong_alias (__ieee754_atan2l, __atan2l_finite)