about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c
blob: 431aa5d15c0d22203b7220022e63b2d444befff4 (plain) (blame)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_lgammal_r_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __lgammal_r, lgammal_r);
#endif