2 * Written by J.T. Conklin <jtc@netbsd.org>.
3 * Changes for long double by Ulrich Drepper <drepper@cygnus.com>
7 #include <machine/asm.h>
18 weak_alias (__scalbnl, scalbnl)
19 strong_alias (__scalbnl, __scalblnl)
21 #include <shlib-compat.h>
22 #if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_20)
23 compat_symbol (libc, __scalbnl, scalblnl, GLIBC_2_1);