From e8f1c287a63f0f71fe463f7271834538b45f8c05 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 2 May 2020 18:17:35 +0200 Subject: Some work in the vfs --- src/userspace/libc/unistd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/userspace/libc/unistd.h') diff --git a/src/userspace/libc/unistd.h b/src/userspace/libc/unistd.h index e8b97be..f9644f1 100644 --- a/src/userspace/libc/unistd.h +++ b/src/userspace/libc/unistd.h @@ -11,8 +11,8 @@ u32 fork(); u32 get_pid(); -u32 sys_read(char *path, u32 offset, u32 count, char *buf); +u32 read(char *path, u32 offset, u32 count, char *buf); -u32 sys_write(char *path, u32 offset, u32 count, char *buf); +u32 write(char *path, u32 offset, u32 count, char *buf); #endif \ No newline at end of file -- cgit v1.2.3