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

8 lines
170 B
C

#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_expl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __expl, expl);
#endif