]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/w_lgammaf.c
Refer to C23 in place of C2X in glibc
[thirdparty/glibc.git] / math / w_lgammaf.c
CommitLineData
bdc5c592
SN
1#include <math-type-macros-float.h>
2#include <w_lgamma_template.c>
3#if __USE_WRAPPER_TEMPLATE
4strong_alias (__lgammaf, __gammaf)
5weak_alias (__gammaf, gammaf)
6#endif