mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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>.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user