diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-26 22:53:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-26 22:53:40 +0000 |
commit | 6701afc727cb01bb2eff89f4ae5e56ba9eb721bc (patch) | |
tree | 21129713e94ce949efda32cb8cc7af9c1e7e32c8 /posix/regex.h | |
parent | a912a4f843365603e941093181f419a59bc2a37d (diff) | |
download | glibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.zip glibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.tar.gz glibc-6701afc727cb01bb2eff89f4ae5e56ba9eb721bc.tar.bz2 |
* posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
Diffstat (limited to 'posix/regex.h')
-rw-r--r-- | posix/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regex.h b/posix/regex.h index 3fbbb05..66f566e 100644 --- a/posix/regex.h +++ b/posix/regex.h @@ -302,7 +302,7 @@ extern reg_syntax_t re_syntax_options; `re_error_msg' table in regex.c. */ typedef enum { -#if defined _XOPEN_SOURCE || defined __USE_UNIX98 +#if defined _XOPEN_SOURCE || defined __USE_XOPEN2K REG_ENOSYS = -1, /* This will never happen for this implementation. */ #endif |