about summary refs log tree commit diff
path: root/math/w_remainderl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainderl_compat.c')
-rw-r--r--math/w_remainderl_compat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c
index c11ba24a8a..870c980a9f 100644
--- a/math/w_remainderl_compat.c
+++ b/math/w_remainderl_compat.c
@@ -19,6 +19,7 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
+#include <libm-alias-ldouble.h>
 
 
 #if LIBM_SVID_COMPAT
@@ -33,6 +34,6 @@ __remainderl (long double x, long double y)
 
   return __ieee754_remainderl (x, y);
 }
-weak_alias (__remainderl, remainderl)
+libm_alias_ldouble (__remainder, remainder)
 weak_alias (__remainderl, dreml)
 #endif