aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/syscall.h')
-rw-r--r--src/userspace/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/userspace/syscall.h b/src/userspace/syscall.h
index c46bb54..8dd647f 100644
--- a/src/userspace/syscall.h
+++ b/src/userspace/syscall.h
@@ -70,9 +70,9 @@ DECL_SYSCALL1(write, char *);
DECL_SYSCALL1(read, char *);
-DECL_SYSCALL1(writec, char *);
+DECL_SYSCALL1(writec, char);
-DECL_SYSCALL1(readc, char *);
+DECL_SYSCALL0(readc);
DECL_SYSCALL0(get_pointers);