diff options
Diffstat (limited to 'sysdeps/i386/fpu/s_ceilf.S')
-rw-r--r-- | sysdeps/i386/fpu/s_ceilf.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_ceilf.S b/sysdeps/i386/fpu/s_ceilf.S index d345c0973b..2a6e3db273 100644 --- a/sysdeps/i386/fpu/s_ceilf.S +++ b/sysdeps/i386/fpu/s_ceilf.S @@ -4,6 +4,7 @@ */ #include <machine/asm.h> +#include <libm-alias-float.h> RCSID("$NetBSD: s_ceilf.S,v 1.3 1995/05/08 23:52:44 jtc Exp $") @@ -31,4 +32,4 @@ ENTRY(__ceilf) cfi_adjust_cfa_offset (-32) ret END (__ceilf) -weak_alias (__ceilf, ceilf) +libm_alias_float (__ceil, ceil) |