diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 22:22:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 22:22:05 +0000 |
commit | 230232e5f8aec363bbbab90b52fd21e046fee0e9 (patch) | |
tree | 8f4d38cd158153ae4c2c0f237b286e9fb17d7930 /posix/sys | |
parent | d653aacd5e302cb6a84706ee278014686afe4e53 (diff) | |
download | glibc-230232e5f8aec363bbbab90b52fd21e046fee0e9.tar glibc-230232e5f8aec363bbbab90b52fd21e046fee0e9.tar.gz glibc-230232e5f8aec363bbbab90b52fd21e046fee0e9.tar.bz2 glibc-230232e5f8aec363bbbab90b52fd21e046fee0e9.zip |
Update.
* posix/sys/wait.h: Add missing #endif.
Diffstat (limited to 'posix/sys')
-rw-r--r-- | posix/sys/wait.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/sys/wait.h b/posix/sys/wait.h index 4af77b070d..cccbcb8931 100644 --- a/posix/sys/wait.h +++ b/posix/sys/wait.h @@ -88,6 +88,7 @@ typedef union # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) # define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status)) # define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status)) +#endif #ifdef __USE_BSD # define WCOREFLAG __WCOREFLAG |