mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Kernel: Use Userspace<T> for the waitid syscall
This commit is contained in:
parent
84035e1035
commit
74d3b202f1
3 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ KResultOr<siginfo_t> Process::do_waitid(idtype_t idtype, int id, int options)
|
|||
}
|
||||
}
|
||||
|
||||
pid_t Process::sys$waitid(const Syscall::SC_waitid_params* user_params)
|
||||
pid_t Process::sys$waitid(Userspace<const Syscall::SC_waitid_params*> user_params)
|
||||
{
|
||||
REQUIRE_PROMISE(proc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue