diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-05-31 09:37:48 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-05-31 09:37:48 +0300 |
commit | 90b4491842980d57a0e572167a168e04a476bca5 (patch) | |
tree | ba5f613ef05675c2e1406896e52c361de37b463c /libiberty/ChangeLog | |
parent | b9c6833008dfb3c45354f4e810e631a77f3c9cb3 (diff) | |
download | gdb-90b4491842980d57a0e572167a168e04a476bca5.zip gdb-90b4491842980d57a0e572167a168e04a476bca5.tar.gz gdb-90b4491842980d57a0e572167a168e04a476bca5.tar.bz2 |
Make libiberty/waitpid.c compile without warnings on MinGW
libiberty/ChangeLog:
2017-05-31 Eli Zaretskii <eliz@gnu.org>
* waitpid.c (wait) [__MINGW32__]: Define as a macro
that calls _cwait, so that this function works on MinGW.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f6318e2..2dd3ca7 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2017-05-31 Eli Zaretskii <eliz@gnu.org> + + * waitpid.c (wait) [__MINGW32__]: Define as a macro + that calls _cwait, so that this function works on MinGW. + 2017-03-27 Pedro Alves <palves@redhat.com> * cp-demint.c (cplus_demangle_fill_component): Handle |