aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_trunc.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_trunc.S')
-rw-r--r--sysdeps/i386/fpu/s_trunc.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_trunc.S b/sysdeps/i386/fpu/s_trunc.S
index e9a850b..98b0fa1 100644
--- a/sysdeps/i386/fpu/s_trunc.S
+++ b/sysdeps/i386/fpu/s_trunc.S
@@ -18,6 +18,7 @@
<http://www.gnu.org/licenses/>. */
#include <machine/asm.h>
+#include <libm-alias-double.h>
ENTRY(__trunc)
fldl 4(%esp)
@@ -34,4 +35,4 @@ ENTRY(__trunc)
cfi_adjust_cfa_offset (-32)
ret
END(__trunc)
-weak_alias (__trunc, trunc)
+libm_alias_double (__trunc, trunc)