1
Fork 0
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:
Gunnar Beutner 2021-05-03 00:41:38 +02:00 committed by Andreas Kling
parent 8b5ea01cfb
commit ce0c76dcb5
2 changed files with 11 additions and 0 deletions

View file

@ -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);