c7d499d4f2
I didn't think it'd be this useful first, but thank god for `cargo fix --edition`!
5 lines
107 B
Rust
5 lines
107 B
Rust
use crate::platform::types::*;
|
|
|
|
pub const CLOCK_REALTIME: c_int = 1;
|
|
pub const CLOCK_MONOTONIC: c_int = 4;
|