mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:37:45 +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
|
@ -51,7 +51,6 @@ public:
|
|||
|
||||
int shbuf_id() const { return m_shbuf_id; }
|
||||
|
||||
int allow_all();
|
||||
int allow_pid(pid_t);
|
||||
int seal();
|
||||
int release();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue