mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
UserspaceEmulator: Add stub for sys$futex
This commit is contained in:
parent
8b5ea01cfb
commit
ce0c76dcb5
2 changed files with 11 additions and 0 deletions
|
@ -169,6 +169,7 @@ private:
|
|||
int virt$recvfd(int, int);
|
||||
int virt$sendfd(int, int);
|
||||
int virt$msyscall(FlatPtr);
|
||||
int virt$futex(FlatPtr);
|
||||
|
||||
bool find_malloc_symbols(const MmapRegion& libc_text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue