summaryrefslogtreecommitdiffstats
path: root/include/features.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-11 01:49:56 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-11 01:49:56 +0000
commit76573f21a1da685ba71ae23fbe81d9814a95e210 (patch)
tree81356d4195c6ec323c1279f4081dd2df36384cbd /include/features.h
parentbe57becf8444305defaa5456d26172b1a84659d8 (diff)
downloaduClibc-alpine-76573f21a1da685ba71ae23fbe81d9814a95e210.tar.bz2
uClibc-alpine-76573f21a1da685ba71ae23fbe81d9814a95e210.tar.xz
Sync with trunk.
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/features.h b/include/features.h
index 5189c9d7d..92b839c39 100644
--- a/include/features.h
+++ b/include/features.h
@@ -259,11 +259,6 @@
#define __STDC_IEC_559__ 1
#define __STDC_IEC_559_COMPLEX__ 1
-#ifdef __UCLIBC_HAS_WCHAR__
-/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0. */
-#define __STDC_ISO_10646__ 200009L
-#endif
-
/* This macro indicates that the installed library is uClibc. Use
* __UCLIBC_MAJOR__ and __UCLIBC_MINOR__ to test for the features in
* specific releases. */
@@ -280,6 +275,11 @@
#include <bits/uClibc_config.h>
#undef __need_uClibc_config_h
+#ifdef __UCLIBC_HAS_WCHAR__
+/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0. */
+# define __STDC_ISO_10646__ 200009L
+#endif
+
/* There is an unwholesomely huge amount of code out there that depends on the
* presence of GNU libc header files. We have GNU libc header files. So here
* we commit a horrible sin. At this point, we _lie_ and claim to be GNU libc