aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/s_ctanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_ctanf.c')
-rw-r--r--sysdeps/generic/s_ctanf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_ctanf.c b/sysdeps/generic/s_ctanf.c
index 89bc84741c..e02971dd44 100644
--- a/sysdeps/generic/s_ctanf.c
+++ b/sysdeps/generic/s_ctanf.c
@@ -67,4 +67,6 @@ __ctanf (__complex__ float x)
return res;
}
+#ifndef __ctanf
weak_alias (__ctanf, ctanf)
+#endif