Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl

This commit is contained in:
Edwin Hoksberg 2021-07-05 21:51:54 +02:00 committed by Gunnar Beutner
commit 99328e1038
Notes: sideshowbarker 2024-07-18 10:15:21 +09:00
10 changed files with 21 additions and 38 deletions

View file

@ -142,7 +142,6 @@ namespace Kernel {
S(getrandom) \
S(getkeymap) \
S(setkeymap) \
S(set_num_lock) \
S(clock_gettime) \
S(clock_settime) \
S(clock_nanosleep) \