Win32: set close-on-exec where applicable
It's called O_NOINHERIT, but it really is the same as O_CLOEXEC. As with POSIX, there is no way to set it for dup()/dup2() though.
Showing
Please register or sign in to comment
It's called O_NOINHERIT, but it really is the same as O_CLOEXEC. As with POSIX, there is no way to set it for dup()/dup2() though.