From a66ce8238c08703bd1066a8094d6ab537e82b20e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 12 Sep 2021 13:26:29 +0200 Subject: implement most of fs_wait awaited_req is a garbage name but i couldn't come up with a better one. i also have no idea how to handle all the failure states --- src/shared/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/syscalls.h') diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index 2c6a278..a746ade 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -52,4 +52,4 @@ int _syscall_close(handle_t); */ handle_t _syscall_fs_create(handle_t __user *back); -int _syscall_fs_wait(handle_t back, void __user *info); +int _syscall_fs_wait(handle_t back, char __user *buf, int __user *len); -- cgit v1.2.3