Guest User

Untitled

a guest
Nov 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #ifndef O_CLOEXEC
  2. fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
Add Comment
Please, Sign In to add comment