X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fthreads.h;h=3796abf57afd399c3bdf7639705c79918f55658b;hb=bc5f818d21b7aceaf2c0e263b00aa4295211d8f9;hp=89d9f65c19020bba1959d2f7d428f482ea16702b;hpb=5bb882f4551995e4c62bce8b2c286ed5bf2f79ce;p=libucw.git diff --git a/ucw/threads.h b/ucw/threads.h index 89d9f65c..3796abf5 100644 --- a/ucw/threads.h +++ b/ucw/threads.h @@ -43,7 +43,7 @@ static inline int ucwlib_thread_id(struct ucwlib_context *c) { return c->_thread void ucwlib_lock(void); void ucwlib_unlock(void); -extern uns ucwlib_thread_stack_size; +extern uint ucwlib_thread_stack_size; #else