1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00

Kernel: Implement the setkeymap() syscall.

This commit is contained in:
Hüseyin ASLITÜRK 2019-11-23 10:48:07 +03:00 committed by Andreas Kling
parent 28ada30783
commit 794ca16cca
5 changed files with 54 additions and 3 deletions

View file

@ -135,6 +135,7 @@ typedef u32 socklen_t;
__ENUMERATE_SYSCALL(get_process_name) \
__ENUMERATE_SYSCALL(fchdir) \
__ENUMERATE_SYSCALL(getrandom) \
__ENUMERATE_SYSCALL(setkeymap) \
__ENUMERATE_SYSCALL(clock_gettime) \
__ENUMERATE_SYSCALL(clock_nanosleep) \
__ENUMERATE_SYSCALL(openat) \