diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-01-12 05:41:52 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 05:41:52 -0800 |
commit | 8500fa8325bb9dde4ebb3aa59a52fd2ffdc07f54 (patch) | |
tree | 53818a82926e5b1c1870759257c892fe3602a7e9 /ChangeLog | |
parent | e00a72ef5e8c9801d14dc2ece38a8fd03e3d11d8 (diff) | |
download | glibc-8500fa8325bb9dde4ebb3aa59a52fd2ffdc07f54.zip glibc-8500fa8325bb9dde4ebb3aa59a52fd2ffdc07f54.tar.gz glibc-8500fa8325bb9dde4ebb3aa59a52fd2ffdc07f54.tar.bz2 |
Fix compile error with sys/wait.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |