diff options
Diffstat (limited to 'libm/w_hypot.c')
-rw-r--r-- | libm/w_hypot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/w_hypot.c b/libm/w_hypot.c index e4b299d5f..9ed348e3e 100644 --- a/libm/w_hypot.c +++ b/libm/w_hypot.c @@ -21,7 +21,6 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $"; #include "math.h" #include "math_private.h" -libm_hidden_proto(hypot) #ifdef __STDC__ double hypot(double x, double y)/* wrapper hypot */ #else |