minor cleanup
This commit is contained in:
parent
8b6d072355
commit
3a72ce9d12
@ -56,4 +56,4 @@ localeconv, setlocale, va_arg, va_end, va_start
|
|||||||
|
|
||||||
</para></sect2>
|
</para></sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -28,8 +28,8 @@ the result of a vfork and closes the extra file handles.
|
|||||||
|
|
||||||
This all relies on the fact that the child in a vfork call can affect
|
This all relies on the fact that the child in a vfork call can affect
|
||||||
just about everything in the parent except for the parent's fds.
|
just about everything in the parent except for the parent's fds.
|
||||||
The assumption is that a vfork is always just used as a method for
|
The assumption is that a vfork is always just used as a method for
|
||||||
starting a program.
|
starting a program.
|
||||||
|
|
||||||
The assumption is also that all of this is much faster than the
|
The assumption is also that all of this is much faster than the
|
||||||
slow method that cygwin uses to implement fork().
|
slow method that cygwin uses to implement fork().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user