aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/s_cacoshf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_cacoshf.c')
-rw-r--r--sysdeps/generic/s_cacoshf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_cacoshf.c b/sysdeps/generic/s_cacoshf.c
index 4a11285d0f..52c35505e0 100644
--- a/sysdeps/generic/s_cacoshf.c
+++ b/sysdeps/generic/s_cacoshf.c
@@ -96,4 +96,6 @@ __cacoshf (__complex__ float x)
return res;
}
+#ifndef __cacoshf
weak_alias (__cacoshf, cacoshf)
+#endif