aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/er_gamma.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-12-05 06:15:18 +0000
committerChristopher Faylor <me@cgf.cx>2003-12-05 06:15:18 +0000
commitf36d3b6a0d6daa08f3c86c425557c48fc7cfdc46 (patch)
treeff087ecb7d237c2ece96a6bc8e1b724f72e4ce9a /newlib/libm/mathfp/er_gamma.c
parent576593dd7233945479f9689059d527401a7cea96 (diff)
downloadnewlib-f36d3b6a0d6daa08f3c86c425557c48fc7cfdc46.zip
newlib-f36d3b6a0d6daa08f3c86c425557c48fc7cfdc46.tar.gz
newlib-f36d3b6a0d6daa08f3c86c425557c48fc7cfdc46.tar.bz2
Revert accidental checkin.
Diffstat (limited to 'newlib/libm/mathfp/er_gamma.c')
-rw-r--r--newlib/libm/mathfp/er_gamma.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libm/mathfp/er_gamma.c b/newlib/libm/mathfp/er_gamma.c
index 0060ed0..63758bb 100644
--- a/newlib/libm/mathfp/er_gamma.c
+++ b/newlib/libm/mathfp/er_gamma.c
@@ -30,8 +30,3 @@
{
return exp (lgamma_r(x,signgamp));
}
-
-double gamma(double x)
-{
- return gamma_r(x, &(_REENT_SIGNGAM(_REENT)));
-}