Searched defs:SETCLOEXEC (Results 1 – 1 of 1) sorted by relevance
612 # define SETCLOEXEC(fd) ((void)fcntl((fd),F_SETFD,FD_CLOEXEC)) macro615 # define SETCLOEXEC(fd) ((void)ioctl((fd),FIOCLEX,0)) macro617 # define SETCLOEXEC(fd) macro