summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/er_lgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/er_lgamma.c')
-rw-r--r--newlib/libm/mathfp/er_lgamma.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libm/mathfp/er_lgamma.c b/newlib/libm/mathfp/er_lgamma.c
index fd49c252e..65d60026e 100644
--- a/newlib/libm/mathfp/er_lgamma.c
+++ b/newlib/libm/mathfp/er_lgamma.c
@@ -422,9 +422,3 @@ static double zero= 0.00000000000000000000e+00;
if(hx<0) r = nadj - r;
return r;
}
-
-double
-lgamma(double x)
-{
- return lgamma_r(x, &(_REENT_SIGNGAM(_REENT)));
-}