diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-29 16:00:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-29 16:00:21 +0000 |
commit | d4f94ef391e602b6c2df453283ab2aeca1905eb2 (patch) | |
tree | 9d5924cfddc21406325bbe7aa769c5c7c2cfcedc /libm/math_private.h | |
parent | da3fc969d3d4e34ede64c347ac2399684c7cbcfe (diff) |
libm/*: delete many incarnations of logarithmic gamma function,
aliasing them instead af appropriate. Also alias drem to remainder.
text data bss dec hex filename
- 43568 176 4 43748 aae4 lib/libm.so
+ 43444 176 4 43624 aa68 lib/libm.so
Diffstat (limited to 'libm/math_private.h')
-rw-r--r-- | libm/math_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/math_private.h b/libm/math_private.h index 437371f34..80c270718 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -162,9 +162,9 @@ extern double __ieee754_cosh (double) attribute_hidden; extern double __ieee754_fmod (double,double) attribute_hidden; extern double __ieee754_pow (double,double) attribute_hidden; extern double __ieee754_lgamma_r (double,int *) attribute_hidden; -extern double __ieee754_gamma_r (double,int *) attribute_hidden; +/*extern double __ieee754_gamma_r (double,int *) attribute_hidden;*/ extern double __ieee754_lgamma (double) attribute_hidden; -extern double __ieee754_gamma (double) attribute_hidden; +/*extern double __ieee754_gamma (double) attribute_hidden;*/ extern double __ieee754_log10 (double) attribute_hidden; extern double __ieee754_sinh (double) attribute_hidden; extern double __ieee754_hypot (double,double) attribute_hidden; |