Home
last modified time | relevance | path

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

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