mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Update.
* posix/sys/wait.h: Add missing #endif.
This commit is contained in:
parent
d653aacd5e
commit
230232e5f8
@ -1,5 +1,7 @@
|
||||
2000-02-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* posix/sys/wait.h: Add missing #endif.
|
||||
|
||||
* stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
|
||||
* stdlib/random_r.c: Change parameter types for initstate_t and
|
||||
setstate_r.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user