Skip to main content

relibc/header/bits_clockid-t/
mod.rs

1use crate::platform::types::c_int;
2
3/// Used for clock ID type in the clock and timer functions.
4#[allow(non_camel_case_types)]
5pub type clockid_t = c_int;