diff options
Diffstat (limited to 'sysdeps/generic/s_catanhf.c')
-rw-r--r-- | sysdeps/generic/s_catanhf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_catanhf.c b/sysdeps/generic/s_catanhf.c index 30a5a1b8ac..d2422e6111 100644 --- a/sysdeps/generic/s_catanhf.c +++ b/sysdeps/generic/s_catanhf.c @@ -77,4 +77,6 @@ __catanhf (__complex__ float x) return res; } +#ifndef __catanhf weak_alias (__catanhf, catanhf) +#endif |