Searched defs:FD_CLOEXEC (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/sfio/ | ||
H A D | sfhdr.h | 609 # ifndef FD_CLOEXEC 610 # define FD_CLOEXEC 1 macro 611 # endif /*FD_CLOEXEC*/ 612 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) |
Completed in 20 milliseconds