Searched refs:SFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
30 if (flags & ~(SFD_NONBLOCK | SFD_CLOEXEC)) { in signalfd()38 if (flags & SFD_CLOEXEC) in signalfd()
37 #define SFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro