Blame sysdeps/ieee754/ldbl-opt/s_frexp.c

Packit 6c4009
#include <math_ldbl_opt.h>
Packit 6c4009
#include <sysdeps/ieee754/dbl-64/s_frexp.c>
Packit 6c4009
#if LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)
Packit 6c4009
compat_symbol (libc, __frexp, frexpl, GLIBC_2_0);
Packit 6c4009
#endif