Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/common/
Dlinux_time.c450 #define LINUX_TFD_CLOEXEC LINUX_O_CLOEXEC macro
470 if (SCARG(uap, flags) & ~(LINUX_TFD_CLOEXEC | LINUX_TFD_NONBLOCK)) { in linux_sys_timerfd_create()
473 if (SCARG(uap, flags) & LINUX_TFD_CLOEXEC) { in linux_sys_timerfd_create()