1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

UserspaceEmulator: Add support for watch_file

This commit is contained in:
Simon Danner 2020-11-21 18:15:40 +01:00 committed by Andreas Kling
parent 178190ab52
commit 09b095e62a
2 changed files with 9 additions and 0 deletions

View file

@ -155,6 +155,7 @@ private:
int virt$sched_getparam(pid_t, FlatPtr);
int virt$set_thread_name(pid_t, FlatPtr, size_t);
pid_t virt$setsid();
int virt$watch_file(FlatPtr, size_t);
FlatPtr allocate_vm(size_t size, size_t alignment);