about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-64-128/s_frexpl.c
blob: f5f7d349f78ab64e0c445197d90991ff68473949 (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_frexpl.c>
#if IS_IN (libc) && defined SHARED
long_double_symbol (libc, __frexpl, frexpl);
#endif