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
+4 -1
View File
@@ -10,7 +10,10 @@
use core::ptr::NonNull;
use crate::{
header::sys_time::{gettimeofday, timeval, timezone},
header::{
sys_select::timeval,
sys_time::{gettimeofday, timezone},
},
platform::types::{c_int, c_short, c_ushort, time_t},
};