1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

UserspaceEmulator: Add support for emulating SC_mount

This commit is contained in:
AnotherTest 2020-10-24 11:19:25 +03:30 committed by Andreas Kling
parent 9afe9069a9
commit aee0df19c1
2 changed files with 17 additions and 0 deletions

View file

@ -94,6 +94,7 @@ private:
int virt$shbuf_seal(int shbuf_id);
int virt$shbuf_set_volatile(int shbuf_id, bool);
u32 virt$mmap(u32);
u32 virt$mount(u32);
u32 virt$munmap(FlatPtr address, u32 size);
u32 virt$gettid();
u32 virt$getpid();