move timeval to sys_select

This commit is contained in:
Ron Williams
2026-01-30 15:53:15 +00:00
parent a32fd56e61
commit 2c3201eaeb
11 changed files with 35 additions and 28 deletions
+1 -1
View File
@@ -21,11 +21,11 @@ use crate::{
},
netinet_in::{in_addr, in_port_t, sockaddr_in},
string::strnlen,
sys_select::timeval,
sys_socket::{
CMSG_ALIGN, CMSG_DATA, CMSG_FIRSTHDR, CMSG_LEN, CMSG_NXTHDR, CMSG_SPACE, cmsghdr,
constants::*, msghdr, sa_family_t, sockaddr, socklen_t, ucred,
},
sys_time::timeval,
sys_uio::iovec,
sys_un::sockaddr_un,
},