summaryrefslogtreecommitdiff
path: root/math/carg.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/carg.c')
-rw-r--r--math/carg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/carg.c b/math/carg.c
index fb4dc8e52e..c977a39ebc 100644
--- a/math/carg.c
+++ b/math/carg.c
@@ -27,3 +27,7 @@ __carg (__complex__ double x)
return __atan2 (__imag__ x, __real__ x);
}
weak_alias (__carg, carg)
+#ifdef NO_LONG_DOUBLE
+strong_alias (__carg, __cargl)
+weak_alias (__carg, cargl)
+#endif