diff options
Diffstat (limited to 'libm/s_tan.c')
-rw-r--r-- | libm/s_tan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/s_tan.c b/libm/s_tan.c index bab343c73..26bb39f9b 100644 --- a/libm/s_tan.c +++ b/libm/s_tan.c @@ -47,7 +47,6 @@ static char rcsid[] = "$NetBSD: s_tan.c,v 1.7 1995/05/10 20:48:18 jtc Exp $"; #include "math.h" #include "math_private.h" -libm_hidden_proto(tan) #ifdef __STDC__ double tan(double x) #else |