only import needed types in syslog

This commit is contained in:
auronandace
2025-12-23 09:23:46 +00:00
parent 321b65d7e1
commit 4786080073
+4 -1
View File
@@ -16,7 +16,10 @@ pub mod logger;
use core::ffi::VaList;
use crate::{c_str::CStr, platform::types::*};
use crate::{
c_str::CStr,
platform::types::{c_char, c_int},
};
use logger::{LOGGER, Priority};
/// Record the caller's PID in log messages.