From 90b4491842980d57a0e572167a168e04a476bca5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 May 2017 09:37:48 +0300 Subject: Make libiberty/waitpid.c compile without warnings on MinGW libiberty/ChangeLog: 2017-05-31 Eli Zaretskii * waitpid.c (wait) [__MINGW32__]: Define as a macro that calls _cwait, so that this function works on MinGW. --- libiberty/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libiberty/ChangeLog') 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 + + * waitpid.c (wait) [__MINGW32__]: Define as a macro + that calls _cwait, so that this function works on MinGW. + 2017-03-27 Pedro Alves * cp-demint.c (cplus_demangle_fill_component): Handle -- cgit v1.1