aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-24 22:31:08 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-24 22:31:08 +0000
commitc3fb74d389db31b189fbaab2370bdbb3a8f2c652 (patch)
treeb416a868d939001c63c1c1d103798550d9302730 /ChangeLog
parent230232e5f8aec363bbbab90b52fd21e046fee0e9 (diff)
downloadglibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.tar
glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.tar.gz
glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.tar.bz2
glibc-c3fb74d389db31b189fbaab2370bdbb3a8f2c652.zip
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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e030744312..eed4534350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).