ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../math/w_lgammaf.c

7 lines
166 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include <math-type-macros-float.h>
#include <w_lgamma_template.c>
#if __USE_WRAPPER_TEMPLATE
strong_alias (__lgammaf, __gammaf)
weak_alias (__gammaf, gammaf)
#endif