diff options
Diffstat (limited to 'libm/e_hypot.c')
| -rw-r--r-- | libm/e_hypot.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_hypot.c b/libm/e_hypot.c index 2052e215b..62acc8d03 100644 --- a/libm/e_hypot.c +++ b/libm/e_hypot.c @@ -50,9 +50,9 @@ static char rcsid[] = "$NetBSD: e_hypot.c,v 1.9 1995/05/12 04:57:27 jtc Exp $";  #include "math_private.h"  #ifdef __STDC__ -	double __ieee754_hypot(double x, double y) +	double attribute_hidden __ieee754_hypot(double x, double y)  #else -	double __ieee754_hypot(x,y) +	double attribute_hidden __ieee754_hypot(x,y)  	double x, y;  #endif  {  | 
