X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads-conf.c;h=15901e9726744c5c6415fc7831c4a7fdff4fd878;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=b96f867f5869853e2cdd4cc2cb60b01990e2ee18;hpb=bd6a789992374f2cae31f79e618fbcb2e3e6ca76;p=libucw.git diff --git a/ucw/threads-conf.c b/ucw/threads-conf.c index b96f867f..15901e97 100644 --- a/ucw/threads-conf.c +++ b/ucw/threads-conf.c @@ -11,11 +11,11 @@ #include #include -uns ucwlib_thread_stack_size = 65556; +uint ucwlib_thread_stack_size = 65556; static struct cf_section threads_config = { CF_ITEMS { - CF_UNS("DefaultStackSize", &ucwlib_thread_stack_size), + CF_UINT("DefaultStackSize", &ucwlib_thread_stack_size), CF_END } };