This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.11-106-g37c8e46


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  37c8e46632ed9604e267db6fc0cc7c67669852fa (commit)
      from  1bdfadb4cc2a99dd2cb85b38147f1ddadf702874 (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=37c8e46632ed9604e267db6fc0cc7c67669852fa

commit 37c8e46632ed9604e267db6fc0cc7c67669852fa
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Mon Jan 11 19:06:15 2010 -0800

    Fix typo in wordexp.h tests.

diff --git a/ChangeLog b/ChangeLog
index 7c45cf3..40056f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* conform/data/wordexp.h-data: Fix typo in last change.
+
 	* conform/data/unistd.h-data: Fix up older POSIX tests.
 
 	* stdlib/stdlib.h: Fix handling symbols removed in XPG7.
diff --git a/conform/data/wordexp.h-data b/conform/data/wordexp.h-data
index 12eecbe..acbed74 100644
--- a/conform/data/wordexp.h-data
+++ b/conform/data/wordexp.h-data
@@ -14,7 +14,7 @@ constant WRDE_UNDEF
 constant WRDE_BADCHAR
 constant WRDE_CMDSUB
 constant WRDE_NOSPACE
-#if defined XOPEN2K8 || defined POSIX2008
+#if !defined XOPEN2K8 && !defined POSIX2008
 constant WRDE_NOSYS
 #endif
 constant WRDE_SYNTAX

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |    2 ++
 conform/data/wordexp.h-data |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]