about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/e_asinf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/e_asinf.S')
-rw-r--r--sysdeps/i386/fpu/e_asinf.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/e_asinf.S b/sysdeps/i386/fpu/e_asinf.S
index d450e9a740..5c1065dd4d 100644
--- a/sysdeps/i386/fpu/e_asinf.S
+++ b/sysdeps/i386/fpu/e_asinf.S
@@ -19,3 +19,4 @@ ENTRY(__ieee754_asinf)
 	fpatan
 	ret
 END (__ieee754_asinf)
+strong_alias (__ieee754_asinf, __asinf_finite)