diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-05-24 21:35:59 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2017-05-24 17:35:59 -0400 |
commit | 1ab4db9379e5096a04c4c68b9edfef9c938cf3b5 (patch) | |
tree | ce20cd8116b999b1b32da59a668f424e7f2731c9 /libiberty/ChangeLog | |
parent | 83349046151acb6be52e01c6566c71a905ebf40e (diff) | |
download | gcc-1ab4db9379e5096a04c4c68b9edfef9c938cf3b5.zip gcc-1ab4db9379e5096a04c4c68b9edfef9c938cf3b5.tar.gz gcc-1ab4db9379e5096a04c4c68b9edfef9c938cf3b5.tar.bz2 |
waitpid.c (wait): Define as a macro that calls _cwait, so that this function works on MinGW.
2017-05-24 Eli Zaretskii <eliz@gnu.org>
* libiberty/waitpid.c (wait) [__MINGW32__]: Define as a macro
that calls _cwait, so that this function works on MinGW.
From-SVN: r248430
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 14e7e32..c779928 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2017-05-24 Eli Zaretskii <eliz@gnu.org> + + * waitpid.c (wait) [__MINGW32__]: Define as a macro + that calls _cwait, so that this function works on MinGW. + 2017-05-02 Iain Buclaw <ibuclaw@gdcproject.org> * d-demangle.c (dlang_hexdigit): New function. |