mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
Kernel: Use Userspace<T> for the setsockopt syscall
This commit is contained in:
parent
9f685ac30a
commit
6920d5f423
7 changed files with 12 additions and 11 deletions
|
@ -314,7 +314,7 @@ struct SC_setsockopt_params {
|
|||
int sockfd;
|
||||
int level;
|
||||
int option;
|
||||
const void* value;
|
||||
Userspace<const void*> value;
|
||||
socklen_t value_size;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue