about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/s_remquof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_remquof.c')
-rw-r--r--sysdeps/ieee754/flt-32/s_remquof.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/s_remquof.c b/sysdeps/ieee754/flt-32/s_remquof.c
index ef81133f23..1b7c574618 100644
--- a/sysdeps/ieee754/flt-32/s_remquof.c
+++ b/sysdeps/ieee754/flt-32/s_remquof.c
@@ -23,6 +23,7 @@
 
 
 static const float zero = 0.0;
+#include <libm-alias-float.h>
 
 
 float
@@ -107,4 +108,4 @@ __remquof (float x, float y, int *quo)
     x = -x;
   return x;
 }
-weak_alias (__remquof, remquof)
+libm_alias_float (__remquo, remquo)