Blame math/w_lgammal.c

Packit Service 82fcde
#include <math-type-macros-ldouble.h>
Packit Service 82fcde
#include <w_lgamma_template.c>
Packit Service 82fcde
#if __USE_WRAPPER_TEMPLATE
Packit Service 82fcde
strong_alias (__lgammal, __gammal)
Packit Service 82fcde
weak_alias (__gammal, gammal)
Packit Service 82fcde
#endif