X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches-0.9.30%2Bnptl%2F140-math_finite.patch;h=973177235b3d7752b2c7590ce3ecf778a7d19df9;hb=5e2a0339ce9513ec43688df0009947121559c2c0;hp=d8323a40f1357695688efb8f7820e545a6f27a95;hpb=27f59d4c0e25acaf8504dbe44a6b4acaf107ccee;p=openwrt-10.03%2F.git diff --git a/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch b/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch index d8323a40f..973177235 100644 --- a/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch +++ b/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch @@ -1,5 +1,14 @@ --- a/include/math.h +++ b/include/math.h +@@ -179,7 +179,7 @@ + + + /* ISO C99 defines some generic macros which work on any data type. */ +-#ifdef __USE_ISOC99 ++#if defined(__USE_ISOC99) || defined(__USE_BSD) + + /* Get the architecture specific values describing the floating-point + evaluation. The following symbols will get defined: @@ -299,6 +299,11 @@ #endif /* Use ISO C99. */