From 1eee0501a6e85f2d055b768cafd652aaba405176 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 18 May 2010 09:06:27 -0500 Subject: [PATCH] GC_thr_init prototype in header --- src/racket/gc/include/private/pthread_support.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/racket/gc/include/private/pthread_support.h b/src/racket/gc/include/private/pthread_support.h index 77f1ad1a90..181740eda1 100644 --- a/src/racket/gc/include/private/pthread_support.h +++ b/src/racket/gc/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. */