diff options
Diffstat (limited to 'sysdeps/generic/s_ccoshf.c')
-rw-r--r-- | sysdeps/generic/s_ccoshf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_ccoshf.c b/sysdeps/generic/s_ccoshf.c index 339b6bc1c8..f400d34f0b 100644 --- a/sysdeps/generic/s_ccoshf.c +++ b/sysdeps/generic/s_ccoshf.c @@ -98,4 +98,6 @@ __ccoshf (__complex__ float x) return retval; } +#ifndef __ccoshf weak_alias (__ccoshf, ccoshf) +#endif |