diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | conform/data/wordexp.h-data | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2001-01-24 Ulrich Drepper <drepper@redhat.com> + * conform/data/wordexp.h-data: Fix typo. + * conform/conformtest.pl: Handle allow-header correctly. * conform/data/time.h-data: Use correct comment form. diff --git a/conform/data/wordexp.h-data b/conform/data/wordexp.h-data index 7ff2145f5f..bfa66e8f15 100644 --- a/conform/data/wordexp.h-data +++ b/conform/data/wordexp.h-data @@ -5,7 +5,7 @@ element wordexp_t {char**} we_wordv element wordexp_t size_t we_offs constant WRDE_APPEND -constant WRDE_DOOFS +constant WRDE_DOOFFS constant WRDE_NOCMD constant WRDE_REUSE constant WRDE_SHOWERR |