summaryrefslogtreecommitdiff
path: root/libm/w_tgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_tgamma.c')
-rw-r--r--libm/w_tgamma.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libm/w_tgamma.c b/libm/w_tgamma.c
index abfb119bd..15723c5d6 100644
--- a/libm/w_tgamma.c
+++ b/libm/w_tgamma.c
@@ -1,4 +1,3 @@
-/* @(#)w_gamma.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
@@ -19,12 +18,7 @@
#include "math_private.h"
libm_hidden_proto(signgam)
-#ifdef __STDC__
- double tgamma(double x)
-#else
- double tgamma(x)
- double x;
-#endif
+double tgamma(double x)
{
double y;
int local_signgam;