]> git.ipfire.org Git - thirdparty/glibc.git/blob - math/w_lgammaf.c
Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)
[thirdparty/glibc.git] / math / w_lgammaf.c
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