LINUX_TFD_CLOEXEC
if (SCARG(uap, flags) & ~(LINUX_TFD_CLOEXEC | LINUX_TFD_NONBLOCK)) {
if (SCARG(uap, flags) & LINUX_TFD_CLOEXEC) {