]> mj.ucw.cz Git - libucw.git/blobdiff - lib/threads.h
Configure default thread stack size globally.
[libucw.git] / lib / threads.h
index 70534ebbfc265678802c3acba6226f76aa7c3036..355902d668a06fd533b8b8dcd94f6aadaa564ea8 100644 (file)
@@ -24,4 +24,10 @@ struct ucwlib_context *ucwlib_thread_context(void);
 void ucwlib_lock(void);
 void ucwlib_unlock(void);
 
+#ifdef CONFIG_UCW_THREADS
+
+extern uns default_thread_stack_size;
+
+#endif
+
 #endif