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
+2 -1
View File
@@ -7,9 +7,10 @@ use crate::{
header::{
signal::sigevent,
sys_resource::{rlimit, rusage},
sys_select::timeval,
sys_stat::stat,
sys_statvfs::statvfs,
sys_time::{timeval, timezone},
sys_time::timezone,
sys_utsname::utsname,
time::{itimerspec, timespec},
},