1
Fork 0
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:
Andreas Kling 2020-07-16 21:38:01 +02:00
parent 27aa2e5841
commit b17d175379
2 changed files with 8 additions and 0 deletions

View file

@ -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);