Add AT_PHDR

This commit is contained in:
jD91mZM2
2020-07-10 12:48:22 +02:00
parent 10994eaa96
commit 6346fd671e

View File

@@ -293,6 +293,7 @@ bitflags! {
// Auxiliery vector types
pub const AT_NULL: usize = 0;
pub const AT_PHDR: usize = 3;
pub const AT_ENTRY: usize = 9;
bitflags! {