aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/libc/syscall.c')
-rw-r--r--src/userspace/libc/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/libc/syscall.c b/src/userspace/libc/syscall.c
index 9194eef..1741376 100644
--- a/src/userspace/libc/syscall.c
+++ b/src/userspace/libc/syscall.c
@@ -9,7 +9,7 @@ DEFN_SYSCALL1(exec, 1, char *);
DEFN_SYSCALL1(putch, 2, char *);
-DEFN_SYSCALL0(getch, 3);
+DEFN_SYSCALL0(scancode, 3);
DEFN_SYSCALL1(malloc, 4, u32);