]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/threads.h
Strtonum: Support u32 and s32
[libucw.git] / ucw / threads.h
index 89d9f65c19020bba1959d2f7d428f482ea16702b..3796abf57afd399c3bdf7639705c79918f55658b 100644 (file)
@@ -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