summaryrefslogtreecommitdiff
path: root/math/w_remainderl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainderl.c')
-rw-r--r--math/w_remainderl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/w_remainderl.c b/math/w_remainderl.c
new file mode 100644
index 0000000000..2aca8bc45a
--- /dev/null
+++ b/math/w_remainderl.c
@@ -0,0 +1,5 @@
+#include <math-type-macros-ldouble.h>
+#include <w_remainder_template.c>
+#if __USE_WRAPPER_TEMPLATE
+weak_alias (__remainderl, dreml)
+#endif