Fix typo in wordexp.h tests.

This commit is contained in:
Ulrich Drepper 2010-01-11 19:06:15 -08:00
parent 1bdfadb4cc
commit 37c8e46632
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View 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