mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +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
|
@ -427,7 +427,7 @@ struct SC_unveil_params {
|
|||
struct SC_waitid_params {
|
||||
int idtype;
|
||||
int id;
|
||||
struct siginfo* infop;
|
||||
Userspace<struct siginfo*> infop;
|
||||
int options;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue