mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
UserspaceEmulator: Add support for SC_poll syscall
This commit is contained in:
parent
493c958b9e
commit
012d8d7f74
Notes:
sideshowbarker
2024-07-17 22:53:10 +09:00
Author: https://github.com/boricj
Commit: 012d8d7f74
Pull-request: https://github.com/SerenityOS/serenity/pull/11229
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/IdanHo
2 changed files with 35 additions and 0 deletions
|
@ -196,6 +196,7 @@ private:
|
|||
FlatPtr virt$perf_register_string(FlatPtr, size_t);
|
||||
int virt$pipe(FlatPtr pipefd, int flags);
|
||||
u32 virt$pledge(u32);
|
||||
int virt$poll(FlatPtr);
|
||||
int virt$profiling_disable(pid_t);
|
||||
int virt$profiling_enable(pid_t);
|
||||
int virt$ptsname(int fd, FlatPtr buffer, size_t buffer_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue