]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/threads.h
libucw: Implemented Loging.Stream.FileDesc.
[libucw.git] / ucw / threads.h
index 5644d152ce9b6fe1fb71ce29c5de940a0e2f25da..ef00dea1af953837793e49149379ab385e8ae262 100644 (file)
@@ -28,7 +28,7 @@ void ucwlib_unlock(void);
 
 #ifdef CONFIG_UCW_THREADS
 
-extern uns default_thread_stack_size;
+extern uns ucwlib_thread_stack_size;
 
 #endif