X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2Fnative%2Fthreads.c;h=08a0c420fc4626dacf53f4a3803a93ceb6ea783f;hb=69e69eda6e344e827407b0dfa2ddf5a2fcb182f8;hp=b0a7da4f1c3248500b5f923ae098315bfcf7b835;hpb=f25c7174304c245f41570a0569d982184583ab31;p=cacao.git diff --git a/src/threads/native/threads.c b/src/threads/native/threads.c index b0a7da4f1..08a0c420f 100644 --- a/src/threads/native/threads.c +++ b/src/threads/native/threads.c @@ -28,7 +28,7 @@ Changes: Christian Thalinger - $Id: threads.c 3554 2005-11-03 20:45:04Z twisti $ + $Id: threads.c 3570 2005-11-04 16:58:36Z motse $ */ @@ -900,8 +900,8 @@ static lockRecordPool *allocNewLockRecordPool(threadobject *thread, int size) #define INITIALLOCKRECORDS 8 -static pthread_mutex_t pool_lock; -static lockRecordPool *global_pool; +pthread_mutex_t pool_lock; +lockRecordPool *global_pool; static void initPools() {