summaryrefslogtreecommitdiff
path: root/libm/w_atan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_atan2.c')
-rw-r--r--libm/w_atan2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/w_atan2.c b/libm/w_atan2.c
index c2da4681c..6a13d2b3c 100644
--- a/libm/w_atan2.c
+++ b/libm/w_atan2.c
@@ -20,7 +20,6 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $";
#include "math.h"
#include "math_private.h"
-libm_hidden_proto(atan2)
#ifdef __STDC__
double atan2(double y, double x) /* wrapper atan2 */
#else