1 2 3 4 5 6 7 8 9
#include <math_ldbl_opt.h> #undef weak_alias #define weak_alias(n,a) #include <sysdeps/ieee754/ldbl-128/s_frexpl.c> #if IS_IN (libm) long_double_symbol (libm, __frexpl, frexpl); #else long_double_symbol (libc, __frexpl, frexpl); #endif