From: Ulrich Drepper Date: Sat, 2 Apr 2011 12:25:30 +0000 (-0400) Subject: Update comment about feature macros. X-Git-Tag: glibc-2.14~189^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81489b2ec3e21ae4fae5ff10fe578388d4d8a982;p=platform%2Fupstream%2Fglibc.git Update comment about feature macros. --- diff --git a/ChangeLog b/ChangeLog index ff87466..ac0c772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-02 Ulrich Drepper + + * include/features.h: Mention __USW_XOPEN2K8 in comment. + 2011-03-26 H.J. Lu [BZ #12518] diff --git a/include/features.h b/include/features.h index d9b6de9..c66bc26 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.