Sets the close-on-exec flag on the file descriptor
const SIGFD_CLOSE_ON_EXEC: SigfdFlags = SigfdFlags(SFD_CLOEXEC);
This flag will always be set.
signalfd(2) and SFD_CLOEXEC therein