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
commit ce0c76dcb5
Notes: sideshowbarker 2024-07-18 18:45:50 +09:00
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);