mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
UserspaceEmulator: Add the usleep() syscall
This commit is contained in:
parent
27aa2e5841
commit
b17d175379
2 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,7 @@ private:
|
|||
|
||||
void setup_stack(const Vector<String>& arguments);
|
||||
|
||||
int virt$usleep(useconds_t);
|
||||
int virt$shbuf_create(int size, FlatPtr buffer);
|
||||
int virt$shbuf_allow_pid(int, pid_t peer_pid);
|
||||
int virt$shbuf_allow_all(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue