Searched refs:SFD_CLOEXEC (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsignalfd.c30 if (flags & ~(SFD_NONBLOCK | SFD_CLOEXEC)) {
38 if (flags & SFD_CLOEXEC)
/illumos-gate/usr/src/uts/common/sys/
H A Dsignalfd.h37 #define SFD_CLOEXEC 02000000 /* LX_O_CLOEXEC */ macro

Completed in 44 milliseconds