aboutsummaryrefslogtreecommitdiff
path: root/math/s_fdimf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_fdimf.c')
-rw-r--r--math/s_fdimf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/s_fdimf.c b/math/s_fdimf.c
index 8aed61d9e7..e457f9d3b9 100644
--- a/math/s_fdimf.c
+++ b/math/s_fdimf.c
@@ -33,4 +33,6 @@ __fdimf (float x, float y)
return r;
}
+#ifndef __fdimf
weak_alias (__fdimf, fdimf)
+#endif