From d94ffac4a584dc7a4f6f2ec567b8caab05ce9253 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 6 May 2020 19:04:05 +0200 Subject: New build parameters and shared includes This changes many files but I've just applied some replace commands.. So - nothing special! --- src/userspace/libc/unistd/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/libc/unistd/write.c') diff --git a/src/userspace/libc/unistd/write.c b/src/userspace/libc/unistd/write.c index 7cae9cd..cd1a0f6 100644 --- a/src/userspace/libc/unistd/write.c +++ b/src/userspace/libc/unistd/write.c @@ -1,7 +1,7 @@ #include #include -u32 write(char *path, u32 offset, u32 count, char *buf) +u32 write(char *path, u32 offset, u32 count, u8 *buf) { return syscall_write(path, offset, count, buf); } \ No newline at end of file -- cgit v1.2.3