SFD_CLOEXEC
if (flags & ~(SFD_NONBLOCK | SFD_CLOEXEC)) {
if (flags & SFD_CLOEXEC)
res = signalfd(-1, &mask, SFD_NONBLOCK | SFD_CLOEXEC);