mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
UserspaceEmulator: "Add" a couple of syscalls
This patch adds gettid() and stubs out pledge() and unveil() for now.
This commit is contained in:
parent
f87cf701a4
commit
584923445c
Notes:
sideshowbarker
2024-07-19 04:53:28 +09:00
Author: https://github.com/awesomekling
Commit: 584923445c
2 changed files with 24 additions and 0 deletions
|
@ -54,6 +54,9 @@ private:
|
|||
|
||||
void setup_stack();
|
||||
|
||||
u32 virt$gettid();
|
||||
u32 virt$unveil(u32);
|
||||
u32 virt$pledge(u32);
|
||||
uid_t virt$getuid();
|
||||
void virt$exit(int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue