1
Fork 0
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:
Liav A 2020-03-13 01:17:14 +02:00 committed by Andreas Kling
parent 4fcc10c6c3
commit 4484513b45
3 changed files with 19 additions and 0 deletions

View file

@ -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) \