Home | History | Annotate | Download | only in dist

Lines Matching refs:FD_CLOEXEC

25200 #ifdef FD_CLOEXEC
25201 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);
25507 #ifdef FD_CLOEXEC
25508 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0) | FD_CLOEXEC);