rename bits_time to bits_timespec for consistency

This commit is contained in:
auronandace
2026-04-09 10:50:04 +01:00
parent 6530de76b9
commit 49f96a96e6
36 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use core::{
use crate::{
error::Errno,
header::{bits_time::timespec, errno::*, pthread::*},
header::{bits_timespec::timespec, errno::*, pthread::*},
};
use crate::platform::{Pal, Sys, types::c_int};