about summary refs log tree commit diff
path: root/math/w_remainderf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainderf.c')
-rw-r--r--math/w_remainderf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/w_remainderf.c b/math/w_remainderf.c
new file mode 100644
index 0000000000..f663622268
--- /dev/null
+++ b/math/w_remainderf.c
@@ -0,0 +1,5 @@
+#include <math-type-macros-float.h>
+#include <w_remainder_template.c>
+#if __USE_WRAPPER_TEMPLATE
+weak_alias (__remainderf, dremf)
+#endif