commit | d1b719e98ce8b506d122a845d405f941a7a497c1 | [log] [tgz] |
---|---|---|
author | Peter Maydell <[email protected]> | Sat Mar 03 04:52:56 2012 +0000 |
committer | Blue Swirl <[email protected]> | Sat Apr 14 10:59:14 2012 +0000 |
tree | 397a589d1fa39c85eaec2e44acfe73453bf9ce22 | |
parent | 044c62aaf223b3b5a8eae4f5f79b210a65501e23 [diff] |
coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31 The GLib threading APIs were revamped in GLib 2.31 and a number of the old interfaces were deprecated, which means they provoke compilation warnings (errors if -Werror) now. Add support for the new interfaces while retaining the old ones so we can still compile on older versions of GLib too. Signed-off-by: Peter Maydell <[email protected]> Signed-off-by: Blue Swirl <[email protected]>