SOCK_CLOEXEC

Undocumented in source.
version(linux)
@safe
static if(!is(typeof(SOCK_CLOEXEC)))
enum SOCK_CLOEXEC = 0x80000;

Meta