sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / ieee754 / ldbl-64-128 / s_modfl.c
blob7d7aeae111fc6e7a083bb4ddc1a5f5c4818e790e
1 #include <math_ldbl_opt.h>
2 #include <libm-alias-ldouble.h>
3 #if IS_IN (libc)
4 # undef libm_alias_ldouble
5 # define libm_alias_ldouble(from, to)
6 #endif
7 #include <sysdeps/ieee754/ldbl-128/s_modfl.c>
8 #if IS_IN (libc)
9 long_double_symbol (libc, __modfl, modfl);
10 #endif