glibc/sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c

6 lines
166 B
C

#include <math_ldbl_opt.h>
#include <math/w_lgamma_r_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __lgamma_r, lgammal_r, GLIBC_2_0);
#endif