Home
last modified time | relevance | path

Searched defs:CLOSE_ON_EXEC (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.h30 # define CLOSE_ON_EXEC(_d) macro
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC) macro