diff options
Diffstat (limited to 'posix/wordexp.h')
-rw-r--r-- | posix/wordexp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/wordexp.h b/posix/wordexp.h index cd5fba9b41..2bdce27f93 100644 --- a/posix/wordexp.h +++ b/posix/wordexp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -47,7 +47,7 @@ typedef struct /* Possible nonzero return values from `wordexp'. */ enum { -#ifdef __USE_UNIX98 +#ifdef __USE_XOPEN WRDE_NOSYS = -1, /* Never used since we support `wordexp'. */ #endif WRDE_NOSPACE = 1, /* Ran out of memory. */ |