LEV_OPT_CLOSE_ON_EXEC

Flag: Indicates that we should set the close-on-exec flag, if possible

extern (C) nothrow
enum LEV_OPT_CLOSE_ON_EXEC = (1u << 2);

Meta