mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 00:38:56 +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
Notes:
sideshowbarker
2024-07-18 23:09:24 +09:00
Author: https://github.com/awesomekling
Commit: 05dbfe9ab6
13 changed files with 0 additions and 68 deletions
|
@ -37,7 +37,6 @@ int shbuf_create(int, void** buffer);
|
|||
int shbuf_allow_pid(int, pid_t peer_pid);
|
||||
void* shbuf_get(int shbuf_id, size_t* size);
|
||||
int shbuf_release(int shbuf_id);
|
||||
int shbuf_seal(int shbuf_id);
|
||||
|
||||
int module_load(const char* path, size_t path_length);
|
||||
int module_unload(const char* name, size_t name_length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue