]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in wordexp.h tests.
authorUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 03:06:15 +0000 (19:06 -0800)
committerUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 03:06:15 +0000 (19:06 -0800)
ChangeLog
conform/data/wordexp.h-data

index 7c45cf3cc262470a9d0734967fc21d6fcda230dc..40056f0faad4379bcaae989f1c10e98ea74f1ecf 100644 (file)
--- 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.
index 12eecbeee200878f046ef2d6a8a3db45c84abf13..acbed7495e4140cd281752a7c15d51a6ff6679b1 100644 (file)
@@ -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