only imported needed types in dlfcn

This commit is contained in:
auronandace
2025-12-02 20:24:05 +00:00
parent 96c0c058f5
commit a702cb9555
+1 -1
View File
@@ -18,7 +18,7 @@ use crate::{
linker::{DlError, ObjectHandle, Resolve, ScopeKind},
tcb::Tcb,
},
platform::types::*,
platform::types::{c_char, c_int, c_void},
};
pub const RTLD_LAZY: c_int = 1 << 0;