Searched refs:SFD_CLOEXEC (Results 1 – 1 of 1) sorted by relevance
454 # ifndef SFD_CLOEXEC456 # define SFD_CLOEXEC O_CLOEXEC macro458 # define SFD_CLOEXEC 02000000 macro4055 sigfd = signalfd (-1, &sigfd_set, SFD_NONBLOCK | SFD_CLOEXEC); in ev_signal_start()