]> granicus.if.org Git - gc/commitdiff
GC_thr_init prototype in header
authorJay McCarthy <jay@racket-lang.org>
Tue, 18 May 2010 14:06:27 +0000 (09:06 -0500)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 3 Nov 2013 10:05:58 +0000 (14:05 +0400)
include/private/pthread_support.h

index 77f1ad1a90fadc4686fb55b3fdfa1f39c40b3f8e..181740eda13798c95de21b34db1583775b68b21a 100644 (file)
@@ -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.              */