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
Fix invalid escape sequence in build-many-glibcs.py
[glibc.git]
/
math
/
w_lgammaf.c
blob
371fa26234d497c88bcb3d99405906e8f3f8bfd8
1
#include <math-type-macros-float.h>
2
#include <w_lgamma_template.c>
3
#if __USE_WRAPPER_TEMPLATE
4
strong_alias
(
__lgammaf
,
__gammaf
)
5
weak_alias
(
__gammaf
,
gammaf
)
6
#endif