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
@@ -3,7 +3,7 @@
use crate::{
error::Errno,
header::{
bits_time::timespec,
bits_timespec::timespec,
errno::{EINVAL, ETIMEDOUT},
pthread::*,
time::{CLOCK_MONOTONIC, CLOCK_REALTIME, timespec_realtime_to_monotonic},
+1 -1
View File
@@ -20,7 +20,7 @@ pub use self::{
use crate::{
error::Errno,
header::{
bits_time::timespec,
bits_timespec::timespec,
errno::{EAGAIN, EINTR, ETIMEDOUT},
},
out::Out,
+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};
+1 -1
View File
@@ -7,7 +7,7 @@ use core::{
use crate::{
error::{Errno, Result},
header::{
bits_time::timespec,
bits_timespec::timespec,
errno::{EINVAL, ETIMEDOUT},
time::{CLOCK_MONOTONIC, CLOCK_REALTIME, timespec_realtime_to_monotonic},
},
+1 -1
View File
@@ -3,7 +3,7 @@
use crate::{
header::{
bits_time::timespec,
bits_timespec::timespec,
time::{CLOCK_MONOTONIC, CLOCK_REALTIME, timespec_realtime_to_monotonic},
},
platform::types::{c_uint, clockid_t},