mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
UserspaceEmulator: Add stub for sys$futex
This commit is contained in:
parent
8b5ea01cfb
commit
ce0c76dcb5
Notes:
sideshowbarker
2024-07-18 18:45:50 +09:00
Author: https://github.com/gunnarbeutner
Commit: ce0c76dcb5
Pull-request: https://github.com/SerenityOS/serenity/pull/6828
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