Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "the new line FD_CLOEXEC flag" does not make sense

...

Sometimes it is not practical for a program to close all active file descriptors before issuing a system call such as system() or exec(). An alternative on POSIX systems is to use the new line FD_CLOEXEC flag, or O_CLOEXEC when available, to set the close-on-exec flag for the file descriptor.

...