about summary refs log tree commit diff
path: root/math/w_remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainder.c')
-rw-r--r--math/w_remainder.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/w_remainder.c b/math/w_remainder.c
new file mode 100644
index 0000000000..86d5da7a2f
--- /dev/null
+++ b/math/w_remainder.c
@@ -0,0 +1,8 @@
+#include <math-type-macros-double.h>
+#include <w_remainder_template.c>
+#if __USE_WRAPPER_TEMPLATE
+weak_alias (__remainder, drem)
+# ifdef NO_LONG_DOUBLE
+weak_alias (__remainder, dreml)
+# endif
+#endif