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