This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, master, updated. glibc-2.13-66-g81489b2
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 2 Apr 2011 12:27:51 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.13-66-g81489b2
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 81489b2ec3e21ae4fae5ff10fe578388d4d8a982 (commit)
from 0354e355014b7bfda32622e0255399d859862fcd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=81489b2ec3e21ae4fae5ff10fe578388d4d8a982
commit 81489b2ec3e21ae4fae5ff10fe578388d4d8a982
Author: Ulrich Drepper <drepper@gmail.com>
Date: Sat Apr 2 08:25:30 2011 -0400
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 <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 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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
include/features.h | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources