only import the needed types in netdb and poll

This commit is contained in:
auronandace
2025-12-08 08:34:38 +00:00
parent e45c7de6f6
commit 651768ad54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ use crate::{
platform::{
self, Pal, Sys,
rlb::{Line, RawLineBuffer},
types::*,
types::{c_char, c_int, c_ulong, c_void},
},
raw_cell::RawCell,
};
+1 -1
View File
@@ -19,7 +19,7 @@ use crate::{
},
time::timespec,
},
platform::types::*,
platform::types::{c_int, c_short, c_ulong},
};
pub const POLLIN: c_short = 0x001;