summaryrefslogtreecommitdiff
path: root/gthread/gthread-impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gthread/gthread-impl.c')
-rw-r--r--gthread/gthread-impl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c
index 645907739..24eb3c48e 100644
--- a/gthread/gthread-impl.c
+++ b/gthread/gthread-impl.c
@@ -363,4 +363,10 @@ g_thread_init (GThreadFunctions* init)
g_error ("GLib thread support is disabled.");
}
+void
+g_thread_init_with_errorcheck_mutexes (GThreadFunctions* init)
+{
+ g_error ("GLib thread support is disabled.");
+}
+
#endif /* !G_THREADS_ENABLED */