mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
This commit is contained in:
parent
9e0f7acfe5
commit
952382b413
Notes:
sideshowbarker
2024-07-19 13:35:18 +09:00
Author: https://github.com/rburchell
Commit: 952382b413
Pull-request: https://github.com/SerenityOS/serenity/pull/232
Reviewed-by: https://github.com/awesomekling
5 changed files with 38 additions and 1 deletions
|
@ -112,7 +112,8 @@ struct timeval;
|
|||
__ENUMERATE_SYSCALL(getpeername) \
|
||||
__ENUMERATE_SYSCALL(sched_setparam) \
|
||||
__ENUMERATE_SYSCALL(sched_getparam) \
|
||||
__ENUMERATE_SYSCALL(fchown)
|
||||
__ENUMERATE_SYSCALL(fchown) \
|
||||
__ENUMERATE_SYSCALL(halt)
|
||||
|
||||
namespace Syscall {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue