summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_atan.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_atan.S')
-rw-r--r--sysdeps/i386/fpu/s_atan.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_atan.S b/sysdeps/i386/fpu/s_atan.S
index 644de78feb..0102281be9 100644
--- a/sysdeps/i386/fpu/s_atan.S
+++ b/sysdeps/i386/fpu/s_atan.S
@@ -5,6 +5,7 @@
#include <machine/asm.h>
#include <i386-math-asm.h>
+#include <libm-alias-double.h>
RCSID("$NetBSD: s_atan.S,v 1.4 1995/05/08 23:50:41 jtc Exp $")
@@ -27,4 +28,4 @@ ENTRY(__atan)
DBL_CHECK_FORCE_UFLOW
ret
END (__atan)
-weak_alias (__atan, atan)
+libm_alias_double (__atan, atan)