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
O_CLOEXEC
Wanted to pop in and ask about the possibility of always opening descriptors with the O_CLOEXEC flag, or utilizing the e flag with fopen.
e
fopen
EDIT: Can sling up a PR if it would be an acceptable addition to the library!
The text was updated successfully, but these errors were encountered:
Yeah, seems quite reasonable. Do you have a specific use case? I’m curious about forking and execing in Kotlin/Native and haven’t seen many examples.
Sorry, something went wrong.
Please send a PR!
Do you have a specific use case?
Not really, just thought it'd be an easy win for everyone.
I’m curious about forking and execing in Kotlin/Native and haven’t seen many examples
https://github.com/05nelsonm/kmp-process/blob/master/library/process/src/unixMain/kotlin/io/matthewnelson/kmp/process/internal/PlatformBuilder.kt
No branches or pull requests
Wanted to pop in and ask about the possibility of always opening descriptors with the
O_CLOEXEC
flag, or utilizing thee
flag withfopen
.EDIT: Can sling up a PR if it would be an acceptable addition to the library!
The text was updated successfully, but these errors were encountered: