]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/threads-conf.c
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / ucw / threads-conf.c
index 68abbdae95de9ad5ca035abf90b1141d2cebb1f8..b96f867f5869853e2cdd4cc2cb60b01990e2ee18 100644 (file)
@@ -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);
 ucwlib_threads_conf_init(void)
 {
   cf_declare_section("Threads", &threads_config, 0);