summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/s_roundevenf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_roundevenf.c')
-rw-r--r--sysdeps/ieee754/flt-32/s_roundevenf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/s_roundevenf.c b/sysdeps/ieee754/flt-32/s_roundevenf.c
index d1661569ec..27e719f1e4 100644
--- a/sysdeps/ieee754/flt-32/s_roundevenf.c
+++ b/sysdeps/ieee754/flt-32/s_roundevenf.c
@@ -19,6 +19,7 @@
#include <math.h>
#include <math_private.h>
+#include <libm-alias-float.h>
#include <stdint.h>
#define BIAS 0x7f
@@ -66,4 +67,4 @@ __roundevenf (float x)
SET_FLOAT_WORD (x, ix);
return x;
}
-weak_alias (__roundevenf, roundevenf)
+libm_alias_float (__roundeven, roundeven)