mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +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
|
@ -104,11 +104,6 @@ void SharedBufferRegion::write64(u32 offset, ValueWithShadow<u64> value)
|
|||
*reinterpret_cast<u64*>(m_shadow_data + offset) = value.shadow();
|
||||
}
|
||||
|
||||
int SharedBufferRegion::allow_all()
|
||||
{
|
||||
return syscall(SC_shbuf_allow_all, m_shbuf_id);
|
||||
}
|
||||
|
||||
int SharedBufferRegion::allow_pid(pid_t pid)
|
||||
{
|
||||
return syscall(SC_shbuf_allow_pid, m_shbuf_id, pid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue