import timespec from time rather than bits

This commit is contained in:
auronandace
2026-05-03 14:33:39 +01:00
parent 135753d0e6
commit 05b8ffbcb7
27 changed files with 32 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
use crate::{
c_str::CStr,
error::ResultExt,
header::{bits_timespec::timespec, sys_select::timeval},
header::{sys_select::timeval, time::timespec},
out::Out,
platform::{
Pal, PalSignal, Sys,