arpa_inet and semaphore header cleanup
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ use crate::{
|
||||
time::timespec,
|
||||
},
|
||||
out::Out,
|
||||
platform::{Pal, Sys, types::*},
|
||||
platform::{Pal, Sys, types::c_int},
|
||||
};
|
||||
use core::{
|
||||
mem::MaybeUninit,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
use crate::{
|
||||
header::time::{CLOCK_MONOTONIC, clock_gettime, timespec},
|
||||
platform::types::*,
|
||||
platform::types::{c_uint, clockid_t},
|
||||
};
|
||||
|
||||
use core::sync::atomic::{AtomicU32, Ordering};
|
||||
|
||||
Reference in New Issue
Block a user