about summary refs log tree commit diff
path: root/sysdeps/generic/s_ctanhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_ctanhf.c')
-rw-r--r--sysdeps/generic/s_ctanhf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_ctanhf.c b/sysdeps/generic/s_ctanhf.c
index b9e3c57fc4..cfcabab36a 100644
--- a/sysdeps/generic/s_ctanhf.c
+++ b/sysdeps/generic/s_ctanhf.c
@@ -67,4 +67,6 @@ __ctanhf (__complex__ float x)
 
   return res;
 }
+#ifndef __ctanhf
 weak_alias (__ctanhf, ctanhf)
+#endif