1use crate::platform::types::c_int; 2 3/// Used for process IDs and process group IDs. 4#[allow(non_camel_case_types)] 5pub type pid_t = c_int;