]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/bits/mathdef.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / arm / bits / mathdef.h
index e013e74b7efdd5e26605de2727d3d1672ce53694..1be9b59d1609bef00525ff9f984466ecf9e225c0 100644 (file)
@@ -35,6 +35,7 @@ typedef double double_t;      /* `double' expressions are evaluated as
 
 #endif /* ISO C99 */
 
+#ifdef L4_DISABLE_LONG_DOUBLE_MATH
 #ifndef __NO_LONG_DOUBLE_MATH
 /* Signal that we do not really have a `long double'.  This disables the
    declaration of all the `long double' function variants.  */
@@ -42,3 +43,4 @@ typedef double double_t;      /* `double' expressions are evaluated as
    turned off.  */
 # define __NO_LONG_DOUBLE_MATH 1
 #endif
+#endif