open_with_close_on_exec

If true then all ocean functions obtaining a file descriptor from the system set the close-on-exec option; if false they don't. Changing the value of this variable does not change the state of previously obtained file descriptors.

__gshared
bool open_with_close_on_exec;

Meta