mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
UserspaceEmulator: Support sys$mremap()
This makes UE able to run dynamically linked executables once again.
This commit is contained in:
parent
fbf8751485
commit
e27d281bf1
2 changed files with 21 additions and 0 deletions
|
@ -103,6 +103,7 @@ private:
|
|||
int virt$disown(pid_t);
|
||||
int virt$purge(int mode);
|
||||
u32 virt$mmap(u32);
|
||||
FlatPtr virt$mremap(FlatPtr);
|
||||
u32 virt$mount(u32);
|
||||
u32 virt$munmap(FlatPtr address, u32 size);
|
||||
u32 virt$gettid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue