diff options
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_getpayloadf.c')
-rw-r--r-- | sysdeps/ieee754/flt-32/s_getpayloadf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/s_getpayloadf.c b/sysdeps/ieee754/flt-32/s_getpayloadf.c index 1958a3ea71..b4fa3fab98 100644 --- a/sysdeps/ieee754/flt-32/s_getpayloadf.c +++ b/sysdeps/ieee754/flt-32/s_getpayloadf.c @@ -19,6 +19,7 @@ #include <fix-int-fp-convert-zero.h> #include <math.h> #include <math_private.h> +#include <libm-alias-float.h> #include <stdint.h> float @@ -31,4 +32,4 @@ __getpayloadf (const float *x) return 0.0f; return (float) ix; } -weak_alias (__getpayloadf, getpayloadf) +libm_alias_float (__getpayload, getpayload) |