repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nscd: remove reference to libnsl
[glibc.git]
/
math
/
w_lgammal.c
blob
cf6cc9c1caf72c98ca8738d32a5a58f91183e311
1
#include <math-type-macros-ldouble.h>
2
#include <w_lgamma_template.c>
3
#if __USE_WRAPPER_TEMPLATE
4
strong_alias
(
__lgammal
,
__gammal
)
5
weak_alias
(
__gammal
,
gammal
)
6
#endif