Skip to content

Add FD_CLOEXEC and Windows equivalent if any #57

@headius

Description

@headius

We now have O_CLOEXEC as a constant. We need FD_CLOEXEC for the fcntl version of it.

Windows defines O_NOINHERIT instead of O_CLOEXEC. If it has a similar equivalent to FD_CLOEXEC we should define that as well.

I think these just go in Fcntl since they're defined there (at least on MacOS).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions