]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update comment about feature macros.
authorUlrich Drepper <drepper@gmail.com>
Sat, 2 Apr 2011 12:25:30 +0000 (08:25 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 2 Apr 2011 12:25:30 +0000 (08:25 -0400)
ChangeLog
include/features.h

index ff874664aed5a31def2f300156e829d38622421d..ac0c772c50ade776c559b03ce5e6ae43598d7ad1 100644 (file)
--- 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]
index d9b6de9cf14ef226a7580a785991f91a6c50b6e2..c66bc26db86bca15e1f212f9e838aafa751eeb65 100644 (file)
@@ -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.