mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls
This commit is contained in:
parent
20915795a8
commit
12879184ce
2 changed files with 24 additions and 0 deletions
|
@ -175,6 +175,9 @@ private:
|
|||
int virt$beep();
|
||||
int virt$ftruncate(int fd, off_t);
|
||||
mode_t virt$umask(mode_t);
|
||||
int virt$anon_create(size_t, int);
|
||||
int virt$recvfd(int);
|
||||
int virt$sendfd(int, int);
|
||||
|
||||
FlatPtr allocate_vm(size_t size, size_t alignment);
|
||||
bool find_malloc_symbols(const MmapRegion& libc_text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue