diff options
Diffstat (limited to 'src/kernel/syscalls.h')
-rw-r--r-- | src/kernel/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/syscalls.h b/src/kernel/syscalls.h index c8dca05..f3e8dc0 100644 --- a/src/kernel/syscalls.h +++ b/src/kernel/syscalls.h @@ -33,7 +33,7 @@ int _syscall_await(char *buf, int len); */ int _syscall_fork(); -fd_t _syscall_fs_open(const char *path, size_t len); +fd_t _syscall_fs_open(const char *path, int len); int _syscall_mount(const char *path, int len, fd_t fd); /** Prints a message to the debug console. |