diff options
Diffstat (limited to 'sysdeps/generic/s_csinf.c')
-rw-r--r-- | sysdeps/generic/s_csinf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/s_csinf.c b/sysdeps/generic/s_csinf.c index b7278810de..8004743bd3 100644 --- a/sysdeps/generic/s_csinf.c +++ b/sysdeps/generic/s_csinf.c @@ -124,4 +124,6 @@ __csinf (__complex__ float x) return retval; } +#ifndef __csinf weak_alias (__csinf, csinf) +#endif |