mirror of git://sourceware.org/git/glibc.git
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>
|
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.
|
* conform/data/unistd.h-data: Fix up older POSIX tests.
|
||||||
|
|
||||||
* stdlib/stdlib.h: Fix handling symbols removed in XPG7.
|
* stdlib/stdlib.h: Fix handling symbols removed in XPG7.
|
||||||
|
|
|
@ -14,7 +14,7 @@ constant WRDE_UNDEF
|
||||||
constant WRDE_BADCHAR
|
constant WRDE_BADCHAR
|
||||||
constant WRDE_CMDSUB
|
constant WRDE_CMDSUB
|
||||||
constant WRDE_NOSPACE
|
constant WRDE_NOSPACE
|
||||||
#if defined XOPEN2K8 || defined POSIX2008
|
#if !defined XOPEN2K8 && !defined POSIX2008
|
||||||
constant WRDE_NOSYS
|
constant WRDE_NOSYS
|
||||||
#endif
|
#endif
|
||||||
constant WRDE_SYNTAX
|
constant WRDE_SYNTAX
|
||||||
|
|
Loading…
Reference in New Issue