summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 04:07:01 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 23:08:27 +0100
commita9e4475b961e4f2c502de9953c5d8a8bc6dcffb0 (patch)
treea2f718ea4b2e27a073ff6dfd97ce393eab1e247c /include/features.h
parentf683d2c5c57b22f02c5c681f1408ae0bc61412c8 (diff)
update headers and disable prototypes
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 2 insertions, 0 deletions
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. */