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 asleepymoon · 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.
asleepymoon added the
bug
label 2023-08-03 14:15:10 +00:00
asleepymoon self-assigned this 2023-08-03 14:15:10 +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: asleepymoon/Luna#39
No description provided.