From: Ulrich Drepper Date: Tue, 12 Jan 2010 03:06:15 +0000 (-0800) Subject: Fix typo in wordexp.h tests. X-Git-Tag: fedora/glibc-2.11.90-8~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c8e46632ed9604e267db6fc0cc7c67669852fa;p=thirdparty%2Fglibc.git Fix typo in wordexp.h tests. --- diff --git a/ChangeLog b/ChangeLog index 7c45cf3cc26..40056f0faad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-01-11 Ulrich Drepper + * 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 12eecbeee20..acbed7495e4 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