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/mathfp/s_tgamma.c')
-rw-r--r--newlib/libm/mathfp/s_tgamma.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libm/mathfp/s_tgamma.c b/newlib/libm/mathfp/s_tgamma.c
index 4caf27089..312fb744e 100644
--- a/newlib/libm/mathfp/s_tgamma.c
+++ b/newlib/libm/mathfp/s_tgamma.c
@@ -18,12 +18,7 @@
#include <math.h>
#include <errno.h>
-#ifdef __STDC__
double tgamma(double x)
-#else
- double tgamma(x)
- double x;
-#endif
{
double y;
int local_signgam;