X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2Finclude%2Fprivate%2Fpthread_support.h;h=43248bfdc7376a03fcccb473c8a3f7c80f38e558;hp=77f1ad1a90fadc4686fb55b3fdfa1f39c40b3f8e;hb=c83bff94e40ee0a218a39931af17814d1a42cb5c;hpb=db5750e3eaf39a47dbccccfe7cdd180fb686aac6 diff --git a/src/mm/boehm-gc/include/private/pthread_support.h b/src/mm/boehm-gc/include/private/pthread_support.h index 77f1ad1a9..43248bfdc 100644 --- a/src/mm/boehm-gc/include/private/pthread_support.h +++ b/src/mm/boehm-gc/include/private/pthread_support.h @@ -49,7 +49,8 @@ typedef struct GC_Thread_Rep { /* has set its sp value. Thus it does */ /* not need to be sent a signal to stop */ /* it. */ - ptr_t stack_end; /* Cold end of the stack. */ + ptr_t stack_end; /* Cold end of the stack (except for */ + /* main thread). */ # ifdef IA64 ptr_t backing_store_end; ptr_t backing_store_ptr; @@ -73,7 +74,7 @@ extern GC_bool GC_thr_initialized; GC_thread GC_lookup_thread(pthread_t id); -void GC_stop_init(); +void GC_stop_init(void); extern GC_bool GC_in_thread_creation; /* We may currently be in thread creation or destruction. */