summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-64-128/w_expl_compat.c
blob: 037e8bf348c77ec01c07cbab1ab7e8af4db8230e (plain) (blame)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <sysdeps/ieee754/ldbl-128/w_expl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __expl, expl);
#endif