mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Kernel: Remove sys$shbuf_seal() and userland wrappers
There are no remaining users of this syscall so let it go. :^)
This commit is contained in:
parent
5522e8f59d
commit
05dbfe9ab6
13 changed files with 0 additions and 68 deletions
|
@ -109,11 +109,6 @@ int SharedBufferRegion::allow_pid(pid_t pid)
|
|||
return syscall(SC_shbuf_allow_pid, m_shbuf_id, pid);
|
||||
}
|
||||
|
||||
int SharedBufferRegion::seal()
|
||||
{
|
||||
return syscall(SC_shbuf_seal, m_shbuf_id);
|
||||
}
|
||||
|
||||
int SharedBufferRegion::release()
|
||||
{
|
||||
return syscall(SC_shbuf_release, m_shbuf_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue