aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/libc/syscall.h')
-rw-r--r--src/userspace/libc/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/libc/syscall.h b/src/userspace/libc/syscall.h
index 90ebee5..e8ab95a 100644
--- a/src/userspace/libc/syscall.h
+++ b/src/userspace/libc/syscall.h
@@ -74,7 +74,7 @@ DECL_SYSCALL1(exec, char *);
DECL_SYSCALL1(putch, char *);
-DECL_SYSCALL0(getch);
+DECL_SYSCALL0(scancode);
DECL_SYSCALL1(malloc, u32);