about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_scalb_compat.c
blob: 56735e825e43d201366ba9f7a676f975fad7ad91 (plain) (blame)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#include <math/w_scalb_compat.c>
#if LIBM_SVID_COMPAT
# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __scalb, scalbl, GLIBC_2_0);
# endif
#endif