1 #include <math_ldbl_opt.h>
2 #include <sysdeps/ieee754/dbl-64/s_frexp.c>
4 # if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
5 compat_symbol (libm
, __frexp
, frexpl
, GLIBC_2_0
);
7 #elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
8 compat_symbol (libc
, __frexp
, frexpl
, GLIBC_2_0
);