summaryrefslogtreecommitdiff
path: root/sysdeps/generic/s_ccosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/s_ccosf.c')
-rw-r--r--sysdeps/generic/s_ccosf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_ccosf.c b/sysdeps/generic/s_ccosf.c
index efdcdcc221..4b154deac5 100644
--- a/sysdeps/generic/s_ccosf.c
+++ b/sysdeps/generic/s_ccosf.c
@@ -73,4 +73,6 @@ __ccosf (__complex__ float x)
return res;
}
+#ifndef __ccosf
weak_alias (__ccosf, ccosf)
+#endif