/* * Copyright (C) 2026 Ramin Moussavi * * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB * in this tarball. */ #ifndef _SYS_SIGNALFD_H # error "Never use directly; include instead." #endif /* Flags for signalfd. */ enum { SFD_CLOEXEC = 010000000, #define SFD_CLOEXEC SFD_CLOEXEC SFD_NONBLOCK = 00200004 #define SFD_NONBLOCK SFD_NONBLOCK };