mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Use Userspace<T> in unveil syscall
This commit is contained in:
parent
9db5a1b92f
commit
2242f69cd6
2 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ public:
|
|||
int sys$set_process_boost(pid_t, int amount);
|
||||
int sys$chroot(const char* path, size_t path_length, int mount_flags);
|
||||
int sys$pledge(Userspace<const Syscall::SC_pledge_params*>);
|
||||
int sys$unveil(const Syscall::SC_unveil_params*);
|
||||
int sys$unveil(Userspace<const Syscall::SC_unveil_params*>);
|
||||
int sys$perf_event(int type, FlatPtr arg1, FlatPtr arg2);
|
||||
int sys$get_stack_bounds(FlatPtr* stack_base, size_t* stack_size);
|
||||
int sys$ptrace(Userspace<const Syscall::SC_ptrace_params*>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue