Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/er_gamma.c')
-rw-r--r--newlib/libm/math/er_gamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/er_gamma.c b/newlib/libm/math/er_gamma.c
index 3c0e241e5..a7183c50f 100644
--- a/newlib/libm/math/er_gamma.c
+++ b/newlib/libm/math/er_gamma.c
@@ -28,5 +28,5 @@
double x; int *signgamp;
#endif
{
- return __ieee754_exp (__ieee754_lgamma_r(x,signgamp));
+ return __ieee754_lgamma_r(x,signgamp);
}