mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +00:00
Kernel: Add new syscall to allow changing the system date
This commit is contained in:
parent
4fcc10c6c3
commit
4484513b45
3 changed files with 19 additions and 0 deletions
|
@ -158,6 +158,7 @@ namespace Kernel {
|
|||
__ENUMERATE_SYSCALL(getrandom) \
|
||||
__ENUMERATE_SYSCALL(setkeymap) \
|
||||
__ENUMERATE_SYSCALL(clock_gettime) \
|
||||
__ENUMERATE_SYSCALL(clock_settime) \
|
||||
__ENUMERATE_SYSCALL(clock_nanosleep) \
|
||||
__ENUMERATE_SYSCALL(join_thread) \
|
||||
__ENUMERATE_SYSCALL(module_load) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue