Searched refs:FD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
32 # ifndef FD_CLOEXEC33 # define FD_CLOEXEC 1 macro35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
921 # ifndef FD_CLOEXEC in getloadavg()922 # define FD_CLOEXEC 1 in getloadavg() macro924 (void) fcntl (channel, F_SETFD, FD_CLOEXEC); in getloadavg()