svn commit: trunk/uClibc/libm

aldot at uclibc.org aldot at uclibc.org
Fri Feb 13 15:22:48 UTC 2009


Author: aldot
Date: 2009-02-13 15:22:47 +0000 (Fri, 13 Feb 2009)
New Revision: 25324

Log:
- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY


Modified:
   trunk/uClibc/libm/float_wrappers.c


Changeset:
Modified: trunk/uClibc/libm/float_wrappers.c
===================================================================
--- trunk/uClibc/libm/float_wrappers.c	2009-02-13 15:04:08 UTC (rev 25323)
+++ trunk/uClibc/libm/float_wrappers.c	2009-02-13 15:22:47 UTC (rev 25324)
@@ -388,7 +388,7 @@
 }
 #endif
 
-#ifdef L_scalbf
+#if defined L_scalbf && defined __UCLIBC_SUSV3_LEGACY__
 float scalbf (float x, float y)
 {
 	return (float) scalb( (double)x, (double)y );



More information about the uClibc-cvs mailing list