summaryrefslogtreecommitdiff
path: root/libm/w_lgamma.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-17 09:55:05 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-17 09:55:05 +0000
commit0fbf81ecd1fad2a7a78daf4c91c0c11d6d13e891 (patch)
tree9121915c43228f7e9e41753e47305a2cc9864342 /libm/w_lgamma.c
parent1c9017b644851abe3ffbac0817170205acd17028 (diff)
Remove explicit signgam prototype, use header instead
Diffstat (limited to 'libm/w_lgamma.c')
-rw-r--r--libm/w_lgamma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libm/w_lgamma.c b/libm/w_lgamma.c
index d415546b7..de0394b5e 100644
--- a/libm/w_lgamma.c
+++ b/libm/w_lgamma.c
@@ -20,10 +20,9 @@ static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $";
* Method: call __ieee754_lgamma_r
*/
-#include "math.h"
+#include <math.h>
#include "math_private.h"
-extern int signgam;
libm_hidden_proto(signgam)
libm_hidden_proto(lgamma)