From 0fbf81ecd1fad2a7a78daf4c91c0c11d6d13e891 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 17 Jan 2006 09:55:05 +0000 Subject: Remove explicit signgam prototype, use header instead --- libm/w_lgamma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libm/w_lgamma.c') 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 #include "math_private.h" -extern int signgam; libm_hidden_proto(signgam) libm_hidden_proto(lgamma) -- cgit v1.2.3