Ensure C99 and C11 interfaces are available for C++ [BZ #21326]
[glibc.git] / sysdeps / ieee754 / ldbl-opt / w_scalbln.c
blob17a8a96d339efc0f1f10160cc4a67e8cd6a0ef56
1 #include <math-type-macros-double.h>
2 #include <w_scalbln_template.c>
3 #if IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)
4 compat_symbol (libc, __w_scalbln, scalblnl, GLIBC_2_1);
5 #endif