Update comment about feature macros.

This commit is contained in:
Ulrich Drepper 2011-04-02 08:25:30 -04:00
parent 0354e35501
commit 81489b2ec3
2 changed files with 5 additions and 0 deletions

View file

@ -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]

View 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.