Skip to content

Commit

Permalink
fix: add mremap for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 22, 2024
1 parent b500a3f commit c4b0535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ulib/axstarry/src/syscall_mem/mem_syscall_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ numeric_enum_macro::numeric_enum! {
#[derive(Eq, PartialEq, Debug, Copy, Clone)]
pub enum MemSyscallId {
// mem
MREMAP = 25,
SHMGET = 29,
SHMCTL = 31,
SHMAT = 30,
Expand Down

0 comments on commit c4b0535

Please sign in to comment.