Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created February 7, 2013 12:35
Show Gist options
  • Select an option

  • Save Lewuathe/4730631 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/4730631 to your computer and use it in GitHub Desktop.
ioctl(fd, FIOCLEX, NULL)
= fcntl(fildes, F_SETFD, FD_CLOEXEC)
ioctl(fd, FIONCLEX, NULL)
= fcntl(fildes, F_SETFD, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment