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