]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/mathdef.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / sparc / bits / mathdef.h
index 5cd126f1f44b6cc665af320c6ac5bbbeb70ee5e3..718d0643744e9d4797e75afeca3cb4174c7bbf31 100644 (file)
@@ -39,6 +39,7 @@ typedef double double_t;
 
 #endif /* ISO C99 */
 
+#ifdef L4_DISABLE_LONG_DOUBLE_MATH
 #ifndef __NO_LONG_DOUBLE_MATH
 
 # if __WORDSIZE == 32
@@ -51,3 +52,4 @@ typedef double double_t;
 # endif
 
 #endif
+#endif