about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-64-128/s_modfl.c
blob: ba3d31334a0fefa0290576345c6d11f3cc034cea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <math_ldbl_opt.h>
#include <libm-alias-ldouble.h>
#if IS_IN (libc) && defined SHARED
# undef libm_alias_ldouble
# define libm_alias_ldouble(from, to)
#endif
#include <sysdeps/ieee754/ldbl-128/s_modfl.c>
#if IS_IN (libc) && defined SHARED
long_double_symbol (libc, __modfl, modfl);
#endif