X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fthreads-conf.c;h=b96f867f5869853e2cdd4cc2cb60b01990e2ee18;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=68abbdae95de9ad5ca035abf90b1141d2cebb1f8;hpb=5125afc819f831bd8a77ea144b2bba49a9528a97;p=libucw.git diff --git a/ucw/threads-conf.c b/ucw/threads-conf.c index 68abbdae..b96f867f 100644 --- a/ucw/threads-conf.c +++ b/ucw/threads-conf.c @@ -20,7 +20,7 @@ static struct cf_section threads_config = { } }; -static void CONSTRUCTOR_WITH_PRIORITY(19999) +static void CONSTRUCTOR ucwlib_threads_conf_init(void) { cf_declare_section("Threads", &threads_config, 0);