fix timeout executor no_std
This commit is contained in:
parent
cd7030443e
commit
2b2599833c
@ -12,9 +12,9 @@ use crate::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::os::raw::c_int;
|
use libc::c_int;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::ptr::null_mut;
|
use core::ptr::null_mut;
|
||||||
|
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user