X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2Fnative%2Fthreads.h;h=275c1f85f460c90359629b314d61f85b4dd9865f;hb=eb522a6b93642caaec37e708f1b7e4e9e1f6d189;hp=f212f5ea1841e368f19ba8175a43ff51408e26bd;hpb=7a96de64a32ab8c31842ca9e7c3a4344071ae748;p=cacao.git diff --git a/src/threads/native/threads.h b/src/threads/native/threads.h index f212f5ea1..275c1f85f 100644 --- a/src/threads/native/threads.h +++ b/src/threads/native/threads.h @@ -28,7 +28,7 @@ Changes: Christian Thalinger - $Id: threads.h 2899 2005-07-04 20:41:28Z twisti $ + $Id: threads.h 3062 2005-07-19 10:03:00Z motse $ */ @@ -205,6 +205,8 @@ void thread_registercritical(threadcritnode *); u1 *thread_checkcritical(u1*); extern volatile int stopworldwhere; +extern threadobject *mainthreadobj; + void cast_stopworld(); void cast_startworld();