| 1 |
$FreeWRT$ |
| 2 |
--- uClibc-0.9.28.orig/libm/float_wrappers.c 2005-08-18 00:49:41.000000000 +0200 |
| 3 |
+++ uClibc-0.9.28/libm/float_wrappers.c 2007-07-24 16:31:10.000000000 +0200 |
| 4 |
@@ -39,7 +39,6 @@ float log2f(float); |
| 5 |
long lrintf(float); |
| 6 |
float nexttowardf(float, long double); |
| 7 |
float remquof(float, float, int *); |
| 8 |
-float roundf(float); |
| 9 |
float scalblnf(float, long); |
| 10 |
float truncf(float); |
| 11 |
float tgammaf(float); |
| 12 |
@@ -81,6 +80,7 @@ float nextafterf(float, float); |
| 13 |
float powf(float, float); |
| 14 |
float remainderf(float, float); |
| 15 |
float rintf(float); |
| 16 |
+float roundf(float); |
| 17 |
float scalbnf(float, int); |
| 18 |
float sinf(float); |
| 19 |
float sinhf(float); |
| 20 |
@@ -477,7 +477,6 @@ float rintf (float x) |
| 21 |
#endif |
| 22 |
|
| 23 |
|
| 24 |
-#if 0 |
| 25 |
#ifdef L_roundf |
| 26 |
float roundf (float x) |
| 27 |
{ |
| 28 |
@@ -486,6 +485,7 @@ float roundf (float x) |
| 29 |
#endif |
| 30 |
|
| 31 |
|
| 32 |
+#if 0 |
| 33 |
#ifdef L_scalblnf |
| 34 |
float scalblnf (float x, long exp) |
| 35 |
{ |