commit | ad8b818686623ea4ad300a7a144fcfb2bce77050 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Sep 07 15:02:15 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 09 12:58:16 2011 -0500 |
tree | 706b41ac40044cc93806860aaffc50ec43875291 | |
parent | 36b586284e678da28df3af9fd0907d2b16f9311c [diff] |
Don't use g_thread_get_initialized. Initialize glib threads unconditionally in main() instead of using g_thread_get_initialized in the 9p code. Fixes a build failure on RHEL-5, which ships glib 2.12. g_thread_get_initialized was added in 2.20. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>