* include/features.h (__STDC_ISO_10646__): Define. Add comment.
This commit is contained in:
parent
5623c49951
commit
cd06f7049b
|
@ -1,3 +1,7 @@
|
||||||
|
2011-01-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/features.h (__STDC_ISO_10646__): Define. Add comment.
|
||||||
|
|
||||||
2011-01-21 Corinna Vinschen <corinna@vinschen.de>
|
2011-01-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* syscalls.cc (rename): Fix permission problem with symlinks on NFS.
|
* syscalls.cc (rename): Fix permission problem with symlinks on NFS.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* features.h
|
/* features.h
|
||||||
|
|
||||||
Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
|
Copyright 2001, 2002, 2003, 2004, 2011 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -32,4 +32,9 @@ details. */
|
||||||
includes _BSD_SOURCE, _XOPEN_SOURCE and _POSIX_SOURCE.
|
includes _BSD_SOURCE, _XOPEN_SOURCE and _POSIX_SOURCE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* The value corresponds to UNICODE version 4.0, which is the version
|
||||||
|
supported by XP. Newlib supports 5.2 (2011) but so far we need the
|
||||||
|
MS conversions for double-byte charsets. */
|
||||||
|
#define __STDC_ISO_10646__ 200305L
|
||||||
|
|
||||||
#endif /* _FEATURES_H */
|
#endif /* _FEATURES_H */
|
||||||
|
|
Loading…
Reference in New Issue