diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 19:06:15 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 19:06:15 -0800 |
commit | 37c8e46632ed9604e267db6fc0cc7c67669852fa (patch) | |
tree | fe8e54a5b4f945d6c2b855a97b6a6ffc047668ac | |
parent | 1bdfadb4cc2a99dd2cb85b38147f1ddadf702874 (diff) | |
download | glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.tar.gz glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.tar.xz glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.zip |
Fix typo in wordexp.h tests.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | conform/data/wordexp.h-data | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7c45cf3cc2..40056f0faa 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 12eecbeee2..acbed7495e 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 |