summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-01-12 05:41:52 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-12 05:41:52 -0800
commit8500fa8325bb9dde4ebb3aa59a52fd2ffdc07f54 (patch)
tree53818a82926e5b1c1870759257c892fe3602a7e9 /ChangeLog
parente00a72ef5e8c9801d14dc2ece38a8fd03e3d11d8 (diff)
Fix compile error with sys/wait.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16638da8a3..c9cd999673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-12 Jakub Jelinek <jakub@redhat.com>
+
+ * posix/sys/wait.h: Don't define W* macros etc. if
+ stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
+
2010-01-11 Ulrich Drepper <drepper@redhat.com>
* io/sys/stat.h: Declare fchmod for XPG7.