From 59d88940d20b40495c9d63560469b3a1ee5c8bc6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 7 Sep 2018 12:32:12 -0400 Subject: move lgamma-related internal declarations to libm.h --- src/math/lgamma.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/math/lgamma.c') diff --git a/src/math/lgamma.c b/src/math/lgamma.c index e25ec8e6..2fc9b478 100644 --- a/src/math/lgamma.c +++ b/src/math/lgamma.c @@ -1,7 +1,5 @@ #include - -extern int __signgam; -double __lgamma_r(double, int *); +#include "libm.h" double lgamma(double x) { -- cgit v1.2.1