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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/userspace/libc/syscall.h b/src/userspace/libc/syscall.h
index 262e05a..038f985 100644
--- a/src/userspace/libc/syscall.h
+++ b/src/userspace/libc/syscall.h
@@ -74,9 +74,9 @@ DECL_SYSCALL1(exit, u32);
DECL_SYSCALL0(fork);
-DECL_SYSCALL4(read, char *, u32, u32, char *);
+DECL_SYSCALL4(read, char *, u32, u32, u8 *);
-DECL_SYSCALL4(write, char *, u32, u32, char *);
+DECL_SYSCALL4(write, char *, u32, u32, u8 *);
DECL_SYSCALL1(exec, char *);