mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
There are no remaining users of this syscall so let's remove it! :^)
This commit is contained in:
parent
c71807a3fc
commit
de31e82f97
9 changed files with 0 additions and 77 deletions
|
@ -124,9 +124,4 @@ int SharedBufferRegion::release()
|
|||
return syscall(SC_shbuf_release, m_shbuf_id);
|
||||
}
|
||||
|
||||
int SharedBufferRegion::set_volatile(bool is_volatile)
|
||||
{
|
||||
return syscall(SC_shbuf_set_volatile, m_shbuf_id, is_volatile);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue