initial commit
[glibc.git] / sysdeps / ieee754 / ldbl-opt / w_scalb_compat.c
1 #include <math_ldbl_opt.h>
2 #include <math/w_scalb_compat.c>
3 #if LIBM_SVID_COMPAT
4 # if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
5 compat_symbol (libm, __scalb, scalbl, GLIBC_2_0);
6 # endif
7 #endif