Sets the close-on-exec flag on the file descriptor.
const SOCK_CLOSE_ON_EXEC: SockFlags = SockFlags(SOCK_CLOEXEC);
socket(2) and SOCK_CLOEXEC therein