IOThread: use FatalError() on g_thread_create() error

New GLib versions don't fail.
This commit is contained in:
Max Kellermann
2013-09-03 11:28:47 +02:00
parent bbd7115564
commit 4db119c01b
10 changed files with 15 additions and 49 deletions

View File

@@ -22,15 +22,13 @@
#include "gcc.h"
#include <glib.h>
class EventLoop;
void
io_thread_init(void);
bool
io_thread_start(GError **error_r);
void
io_thread_start();
/**
* Run the I/O event loop synchronously in the current thread. This