Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h32 # ifndef FD_CLOEXEC
33 # define FD_CLOEXEC 1 macro
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
Dgetloadavg.c921 # ifndef FD_CLOEXEC in getloadavg()
922 # define FD_CLOEXEC 1 in getloadavg() macro
924 (void) fcntl (channel, F_SETFD, FD_CLOEXEC); in getloadavg()