Home
last modified time | relevance | path

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

/libev/
H A Dev.c454 # ifndef SFD_CLOEXEC
456 # define SFD_CLOEXEC O_CLOEXEC macro
458 # define SFD_CLOEXEC 02000000 macro
4055 sigfd = signalfd (-1, &sigfd_set, SFD_NONBLOCK | SFD_CLOEXEC); in ev_signal_start()