OSDN Git Service

* include/features.h (__STDC_ISO_10646__): Move to newlib's
authorcorinna <corinna>
Thu, 27 Jan 2011 11:55:50 +0000 (11:55 +0000)
committercorinna <corinna>
Thu, 27 Jan 2011 11:55:50 +0000 (11:55 +0000)
sys/features.h.

winsup/cygwin/ChangeLog
winsup/cygwin/include/features.h

index 7540602..3f9ff8b 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-27  Corinna Vinschen  <corinna@vinschen.de>
+
+       * include/features.h (__STDC_ISO_10646__): Move to newlib's
+       sys/features.h.
+
 2011-01-26  Corinna Vinschen  <corinna@vinschen.de>
 
        * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Fix
index d2ff1c4..af26f27 100644 (file)
@@ -32,9 +32,4 @@ details. */
                   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 */