rename bits_time to bits_timespec for consistency
This commit is contained in:
+1
-1
@@ -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
@@ -20,7 +20,7 @@ pub use self::{
|
||||
use crate::{
|
||||
error::Errno,
|
||||
header::{
|
||||
bits_time::timespec,
|
||||
bits_timespec::timespec,
|
||||
errno::{EAGAIN, EINTR, ETIMEDOUT},
|
||||
},
|
||||
out::Out,
|
||||
|
||||
@@ -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
@@ -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},
|
||||
},
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user