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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h601 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) macro
604 # define SETCLOEXEC(fd) ((void)ioctl((fd),FIOCLEX,0)) macro
606 # define SETCLOEXEC(fd) macro

Completed in 55 milliseconds