mirror of
https://github.com/bminor/glibc.git
synced 2026-06-30 19:58:21 +00:00
Update __STDC_ISO_10646__.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-05-16 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
|
||||
|
||||
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
|
||||
|
||||
@@ -30,8 +30,9 @@
|
||||
#define __STDC_IEC_559__ 1
|
||||
#define __STDC_IEC_559_COMPLEX__ 1
|
||||
|
||||
/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.1. */
|
||||
#define __STDC_ISO_10646__ 200009L
|
||||
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
|
||||
Unicode 6.0. */
|
||||
#define __STDC_ISO_10646__ 201103L
|
||||
|
||||
/* We do not support C11 <threads.h>. */
|
||||
#define __STDC_NO_THREADS__ 1
|
||||
|
||||
Reference in New Issue
Block a user