diff --git a/src/flag.rs b/src/flag.rs index 195ecb6..d831f1f 100644 --- a/src/flag.rs +++ b/src/flag.rs @@ -291,6 +291,11 @@ bitflags! { } } +// Auxiliery vector types +pub const AT_NULL: usize = 0; +pub const AT_PHDR: usize = 3; +pub const AT_ENTRY: usize = 9; + bitflags! { pub struct WaitFlags: usize { const WNOHANG = 0x01;