linux_rust_bindings/wait/
wait_x86.rs

1/* automatically generated by rust-bindgen 0.69.1 */
2
3pub const WNOHANG: i32 = 1;
4pub const WUNTRACED: i32 = 2;
5pub const WSTOPPED: i32 = 2;
6pub const WEXITED: i32 = 4;
7pub const WCONTINUED: i32 = 8;
8pub const WNOWAIT: i32 = 16777216;