1use crate::platform::types::c_int; 2 3pub const CLOCK_REALTIME: c_int = 1; 4pub const CLOCK_MONOTONIC: c_int = 4;