Searched defs:FD_CLOEXEC (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfhdr.h609 # 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 13 milliseconds