From 3a40407c06a470f5b15a4df310ab135233ac6109 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Dec 2008 13:55:44 +0000 Subject: - expand SUSv3_LEGACY - SUSv4_LEGACY part #1 (non-networking) --- libm/e_scalb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libm/e_scalb.c') diff --git a/libm/e_scalb.c b/libm/e_scalb.c index db3639683..ff0c77523 100644 --- a/libm/e_scalb.c +++ b/libm/e_scalb.c @@ -41,6 +41,7 @@ double attribute_hidden __ieee754_scalb(double x, double fn) #endif } +#if defined __UCLIBC_SUSV3_LEGACY__ /* * wrapper scalb(double x, double fn) is provide for * passing various standard test suite. One @@ -69,3 +70,5 @@ double scalb(double x, double fn) #else strong_alias(__ieee754_scalb, scalb) #endif + +#endif /* UCLIBC_SUSV3_LEGACY */ -- cgit v1.2.3