Michael Tokarev f33cc84dd4 do not call g_thread_init() for glib >= 2.31
glib >= 2.31 always enables thread support and g_thread_supported()
is #defined to 1, there's no need to call g_thread_init() anymore,
and it definitely does not need to report error which never happens.
Keep code for old < 2.31 glibc anyway for now, just #ifdef it
differently.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Cc: qemu-trivial@nongnu.org
2014-05-07 21:00:43 +04:00
..
2013-07-27 11:22:53 +04:00
2014-01-13 14:04:53 +01:00
2014-03-27 15:18:45 +05:30
2014-04-25 09:19:59 -04:00
2014-02-08 14:50:48 +00:00
2013-02-16 11:11:34 +00:00
2014-04-28 08:55:32 +04:00
2014-04-28 13:43:17 +01:00
2014-03-13 14:42:21 +01:00
2013-04-13 19:39:59 +00:00