projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2761c
)
Add declaration of tgamma.
author
drepper
<drepper>
Tue, 28 Jul 1998 13:49:46 +0000
(13:49 +0000)
committer
drepper
<drepper>
Tue, 28 Jul 1998 13:49:46 +0000
(13:49 +0000)
math/bits/mathcalls.h
patch
|
blob
|
history
diff --git
a/math/bits/mathcalls.h
b/math/bits/mathcalls.h
index
30bbb7c
..
a94707f
100644
(file)
--- a/
math/bits/mathcalls.h
+++ b/
math/bits/mathcalls.h
@@
-224,8
+224,12
@@
__MATHCALL (yn,, (int, _Mdouble_));
/* Error, gamma, and Bessel functions. */
__MATHCALL (erf,, (_Mdouble_));
__MATHCALL (erfc,, (_Mdouble_));
-__MATHCALL (gamma,, (_Mdouble_));
__MATHCALL (lgamma,, (_Mdouble_));
+__MATHCALL (tgamma,, (_Mdouble_));
+#endif
+
+#if defined __USE_MISC || defined __USE_XOPEN
+__MATHCALL (gamma,, (_Mdouble_));
#endif
#ifdef __USE_MISC