bug: O_CLOEXEC should be saved per file descriptor instead of per open file description #39

Closed
opened 2023-08-03 14:15:10 +00:00 by apio · 0 comments
Owner

This is the difference between O_CLOEXEC/FD_CLOEXEC (file descriptor flag) and the other file status flags, which Luna currently ignores, and puts all of them in the open file description.

This is the difference between O_CLOEXEC/FD_CLOEXEC (file descriptor flag) and the other file status flags, which Luna currently ignores, and puts all of them in the open file description.
apio added the
bug
label 2023-08-03 14:15:10 +00:00
apio self-assigned this 2023-08-03 14:15:10 +00:00
apio closed this issue 2023-08-03 15:47:24 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: apio/Luna#39
No description provided.