From: Ulrich Drepper Date: Thu, 24 Feb 2000 22:22:05 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~963 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=230232e5f8aec363bbbab90b52fd21e046fee0e9;p=platform%2Fupstream%2Fglibc.git Update. * posix/sys/wait.h: Add missing #endif. --- diff --git a/ChangeLog b/ChangeLog index 6fb5c08..e030744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-02-24 Ulrich Drepper + * 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. diff --git a/posix/sys/wait.h b/posix/sys/wait.h index 4af77b0..cccbcb8 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