summaryrefslogtreecommitdiff
path: root/math/tgmath.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-20 08:37:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-20 08:37:13 +0000
commit00d8bc81a96ff398af9517f1ad49b729cc4795d1 (patch)
treeaa4478a0cfa910ebf81e6d471f4df9867d7df1a7 /math/tgmath.h
parent2f599545f5ad0e51aa3edd445edd18ca1d7ec2df (diff)
Update.
* ctype/ctype.h (isblank): Make available if ISO C99. * wctype/wctype.h (iswblank): Make available if ISO C99. * math/math.h (signgam): Don't make available if ISO C99. * math/tgmath.h (tgamma): Renamed from gamma. Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'math/tgmath.h')
-rw-r--r--math/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tgmath.h b/math/tgmath.h
index aaf0f201c7..50d4d428ee 100644
--- a/math/tgmath.h
+++ b/math/tgmath.h
@@ -345,7 +345,7 @@
/* Error and gamma functions. */
#define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf)
#define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc)
-#define gamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, gamma)
+#define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma)
#define lgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, lgamma)