mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Nobody is using globally shared shbufs anymore, so let's remove them.
This commit is contained in:
parent
968c1fa00a
commit
b818cf898e
13 changed files with 0 additions and 70 deletions
|
@ -93,7 +93,6 @@ private:
|
|||
int virt$gethostname(FlatPtr, ssize_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);
|
||||
FlatPtr virt$shbuf_get(int shbuf_id, FlatPtr size);
|
||||
int virt$shbuf_release(int shbuf_id);
|
||||
int virt$shbuf_seal(int shbuf_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue