Fix typo in wordexp.h tests.
This commit is contained in:
parent
1bdfadb4cc
commit
37c8e46632
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user