Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Inglis <Brian.Inglis@SystematicSW.ab.ca>2019-11-26 18:34:42 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-11-26 20:34:39 +0300
commitc63c29e76e7511c43972c400002f93872885a330 (patch)
tree5625347b3ed0d8b3d963eb513293f774021d1172
parentedb1be4ccec1e26c886e8a4646f57f47c0b7468e (diff)
newlib/libc/include/sys/features.h: update __STDC_ISO_10646__
newlib wide char conversion functions were updated to Unicode 11 on 2019-01-12 update standard symbol __STDC_ISO_10646__ to Unicode 11 release date 2018-06-05 for Cygwin
-rw-r--r--newlib/libc/include/sys/features.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index f28dd071b..218807178 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -521,9 +521,13 @@ extern "C" {
/* #define _XOPEN_UNIX -1 */
#endif /* __XSI_VISIBLE */
-/* The value corresponds to UNICODE version 5.2, which is the current
- state of newlib's wide char conversion functions. */
-#define __STDC_ISO_10646__ 200910L
+/*
+ * newlib's wide char conversion functions were updated on
+ * 2019-01-12
+ * to UNICODE version:
+ * 11.0.0 released 2018-06-05
+ */
+#define __STDC_ISO_10646__ 201806L
#endif /* __CYGWIN__ */