From 26db825faf1e4979db3d3744c0f364bd368e4cfb Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 17 Oct 2009 04:07:01 +0200 Subject: update headers and disable prototypes Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Austin Foxley --- include/features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index 9602ecc0d..5ee2b333a 100644 --- a/include/features.h +++ b/include/features.h @@ -340,8 +340,10 @@ #endif /* We do support the IEC 559 math functionality, real and complex. */ +#ifdef __UCLIBC_HAS_FLOATS__ #define __STDC_IEC_559__ 1 #define __STDC_IEC_559_COMPLEX__ 1 +#endif #ifdef __UCLIBC_HAS_WCHAR__ /* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */ -- cgit v1.2.3