diff options
-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 |