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:
Andreas Kling 2021-01-16 22:27:38 +01:00
commit b818cf898e
Notes: sideshowbarker 2024-07-18 23:09:54 +09:00
13 changed files with 0 additions and 70 deletions

View file

@ -156,7 +156,6 @@ namespace Kernel {
S(dbgputch) \
S(dbgputstr) \
S(watch_file) \
S(shbuf_allow_all) \
S(mprotect) \
S(realpath) \
S(get_process_name) \