mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
Kernel: More work towards POSIX SHM, also add ftruncate().
This commit is contained in:
parent
99f3cc26c3
commit
26a06f3fcd
Notes:
sideshowbarker
2024-07-19 14:47:23 +09:00
Author: https://github.com/awesomekling
Commit: 26a06f3fcd
10 changed files with 92 additions and 1 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
int sys$donate(int tid);
|
||||
int sys$shm_open(const char* name, int flags, mode_t);
|
||||
int sys$shm_unlink(const char* name);
|
||||
int sys$ftruncate(int fd, off_t);
|
||||
pid_t sys$setsid();
|
||||
pid_t sys$getsid(pid_t);
|
||||
int sys$setpgid(pid_t pid, pid_t pgid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue