diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 22:31:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 22:31:08 +0000 |
commit | c3fb74d389db31b189fbaab2370bdbb3a8f2c652 (patch) | |
tree | b416a868d939001c63c1c1d103798550d9302730 /ChangeLog | |
parent | 230232e5f8aec363bbbab90b52fd21e046fee0e9 (diff) | |
download | glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.zip glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.tar.gz glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.tar.bz2 |
Update.
* posix/sys/wait.h: Handle definitions duplicated in stdlib.h
correctly.
* stdlib/stdlib.h: Handle definition of wait macros correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-02-24 Ulrich Drepper <drepper@redhat.com> + * posix/sys/wait.h: Handle definitions duplicated in stdlib.h + correctly. + * stdlib/stdlib.h: Handle definition of wait macros correctly. + * posix/sys/wait.h: Add missing #endif. * stdlib/stdlib.h (setstate): Don't mark argument as const (yet). |