Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / kernel / kprint / kprintf.c
index 158a799ad5d4f8cf52b4f9d5274c1b1fda118883..512e79702172b263f40314e05566ea0ebe9800c7 100644 (file)
@@ -23,7 +23,7 @@ static struct kp_records kprecs = {
     .max_recs = MAX_KPENT_NUM,
     .kp_ent_wp = &kprecs.kp_ents.ents
 };
-export_symbol(debug, kprecs);
+export_symbol(debug, kprintf, kprecs);
 
 static char*
 shift_level(const char* str, int* level)