about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/s_truncf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_truncf.S')
-rw-r--r--sysdeps/i386/fpu/s_truncf.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_truncf.S b/sysdeps/i386/fpu/s_truncf.S
index a93f5b9a2e..467c12b3dc 100644
--- a/sysdeps/i386/fpu/s_truncf.S
+++ b/sysdeps/i386/fpu/s_truncf.S
@@ -18,6 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <machine/asm.h>
+#include <libm-alias-float.h>
 
 ENTRY(__truncf)
 	flds	4(%esp)
@@ -34,4 +35,4 @@ ENTRY(__truncf)
 	cfi_adjust_cfa_offset (-32)
 	ret
 END(__truncf)
-weak_alias (__truncf, truncf)
+libm_alias_float (__trunc, trunc)