boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / include / private / pthread_support.h
index 77f1ad1a90fadc4686fb55b3fdfa1f39c40b3f8e..43248bfdc7376a03fcccb473c8a3f7c80f38e558 100644 (file)
@@ -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.       */