From: Jay McCarthy Date: Tue, 18 May 2010 14:06:27 +0000 (-0500) Subject: GC_thr_init prototype in header X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23a868e4d1e4a5529e0bc08de1a74a399d380b90;p=gc GC_thr_init prototype in header --- diff --git a/include/private/pthread_support.h b/include/private/pthread_support.h index 77f1ad1a..181740ed 100644 --- a/include/private/pthread_support.h +++ b/include/private/pthread_support.h @@ -75,6 +75,8 @@ GC_thread GC_lookup_thread(pthread_t id); void GC_stop_init(); +void GC_thr_init(void); + extern GC_bool GC_in_thread_creation; /* We may currently be in thread creation or destruction. */ /* Only set to TRUE while allocation lock is held. */