diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-02 08:25:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-02 08:25:30 -0400 |
commit | 81489b2ec3e21ae4fae5ff10fe578388d4d8a982 (patch) | |
tree | 4c482eb915961e53e89017884794525fa816e953 /include | |
parent | 0354e355014b7bfda32622e0255399d859862fcd (diff) | |
download | glibc-81489b2ec3e21ae4fae5ff10fe578388d4d8a982.tar.gz glibc-81489b2ec3e21ae4fae5ff10fe578388d4d8a982.tar.xz glibc-81489b2ec3e21ae4fae5ff10fe578388d4d8a982.zip |
Update comment about feature macros.
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |