7 lines
147 B
Rust
7 lines
147 B
Rust
use crate::platform::types::c_uint;
|
|
|
|
/// Used for time in microseconds.
|
|
#[allow(non_camel_case_types)]
|
|
#[deprecated]
|
|
pub type useconds_t = c_uint;
|