mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
7 lines
168 B
C
7 lines
168 B
C
|
#include <math-type-macros-ldouble.h>
|
||
|
#include <w_lgamma_template.c>
|
||
|
#if __USE_WRAPPER_TEMPLATE
|
||
|
strong_alias (__lgammal, __gammal)
|
||
|
weak_alias (__gammal, gammal)
|
||
|
#endif
|