We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
Also F_DUPFD_CLOEXEC.
Sorry, something went wrong.
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: