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
Make sure that the fortified function conditionals are constant
[glibc.git]
/
math
/
w_lgamma.c
blob
04b9b197f22733b9f12ecd36fdaa5f2bf298409f
1
#include <math-type-macros-double.h>
2
#include <w_lgamma_template.c>
3
#if __USE_WRAPPER_TEMPLATE
4
strong_alias
(
__lgamma
,
__gamma
)
5
weak_alias
(
__gamma
,
gamma
)
6
# ifdef NO_LONG_DOUBLE
7
strong_alias
(
__gamma
,
__gammal
)
8
weak_alias
(
__gammal
,
gammal
)
9
# endif
10
#endif