mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
@bugaevc pointed out that we shouldn't be setting this flag in userspace, and he's right of course.
This commit is contained in:
parent
09b1b09c19
commit
781d29a337
7 changed files with 15 additions and 15 deletions
|
@ -171,7 +171,7 @@ private:
|
|||
int virt$ftruncate(int fd, off_t);
|
||||
mode_t virt$umask(mode_t);
|
||||
int virt$anon_create(size_t, int);
|
||||
int virt$recvfd(int);
|
||||
int virt$recvfd(int, int);
|
||||
int virt$sendfd(int, int);
|
||||
int virt$msyscall(FlatPtr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue