diff options
Diffstat (limited to 'sysdeps/generic/s_casinhf.c')
-rw-r--r-- | sysdeps/generic/s_casinhf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_casinhf.c b/sysdeps/generic/s_casinhf.c index d678786731..7037ab937c 100644 --- a/sysdeps/generic/s_casinhf.c +++ b/sysdeps/generic/s_casinhf.c @@ -77,4 +77,6 @@ __casinhf (__complex__ float x) return res; } +#ifndef __casinhf weak_alias (__casinhf, casinhf) +#endif |