aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/features.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff874664ae..ac0c772c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-02 Ulrich Drepper <drepper@gmail.com>
+
+ * include/features.h: Mention __USW_XOPEN2K8 in comment.
+
2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
[BZ #12518]
diff --git a/include/features.h b/include/features.h
index d9b6de9cf1..c66bc26db8 100644
--- a/include/features.h
+++ b/include/features.h
@@ -68,6 +68,7 @@
__USE_UNIX98 Define Single Unix V2 things.
__USE_XOPEN2K Define XPG6 things.
__USE_XOPEN2KXSI Define XPG6 XSI things.
+ __USE_XOPEN2K8 Define XPG7 things.
__USE_XOPEN2K8XSI Define XPG7 XSI things.
__USE_LARGEFILE Define correct standard I/O things.
__USE_LARGEFILE64 Define LFS things with separate names.