about summary refs log tree commit diff
path: root/sysdeps/generic/s_csinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_csinf.c')
-rw-r--r--sysdeps/generic/s_csinf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_csinf.c b/sysdeps/generic/s_csinf.c
index b7278810de..8004743bd3 100644
--- a/sysdeps/generic/s_csinf.c
+++ b/sysdeps/generic/s_csinf.c
@@ -124,4 +124,6 @@ __csinf (__complex__ float x)
 
   return retval;
 }
+#ifndef __csinf
 weak_alias (__csinf, csinf)
+#endif