aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/s_csinhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_csinhf.c')
-rw-r--r--sysdeps/generic/s_csinhf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_csinhf.c b/sysdeps/generic/s_csinhf.c
index 5cf80d0f97..e4bb704268 100644
--- a/sysdeps/generic/s_csinhf.c
+++ b/sysdeps/generic/s_csinhf.c
@@ -119,4 +119,6 @@ __csinhf (__complex__ float x)
return retval;
}
+#ifndef __csinhf
weak_alias (__csinhf, csinhf)
+#endif