Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsignalfd.h16 #define SFD_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/fs/
Dsignalfd.c262 BUILD_BUG_ON(SFD_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE4()
265 if (flags & ~(SFD_CLOEXEC | SFD_NONBLOCK)) in SYSCALL_DEFINE4()