2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-64-128 / s_frexpl.c
blob685bbbab4176d064b2486de78dc5554daf9d4a53
1 #include <math_ldbl_opt.h>
2 #undef weak_alias
3 #define weak_alias(n,a)
4 #include <sysdeps/ieee754/ldbl-128/s_frexpl.c>
5 #ifdef IS_IN_libm
6 long_double_symbol (libm, __frexpl, frexpl);
7 #else
8 long_double_symbol (libc, __frexpl, frexpl);
9 #endif