* how-spawn-works.txt: Add "out of date" note.
* how-vfork-works.txt: Ditto.
This commit is contained in:
parent
4a42a25876
commit
62fb43a722
|
@ -1,3 +1,8 @@
|
||||||
|
2009-07-12 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* how-spawn-works.txt: Add "out of date" note.
|
||||||
|
* how-vfork-works.txt: Ditto.
|
||||||
|
|
||||||
2009-07-12 Christopher Faylor <me+cygwin@cgf.cx>
|
2009-07-12 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* Makefile.in: Don't do anything special with any RCS directories.
|
* Makefile.in: Don't do anything special with any RCS directories.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
(THIS DESCRIPTION IS OUT-OF-DATE)
|
||||||
Spawn.cc in cygwin handles spawn, vfork and exec calls. It does this via
|
Spawn.cc in cygwin handles spawn, vfork and exec calls. It does this via
|
||||||
a mode parameter that determines its behaviour with respect to the
|
a mode parameter that determines its behaviour with respect to the
|
||||||
child.
|
child.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2001 Red Hat Inc., Christopher Faylor
|
(THIS DESCRIPTION IS OUT-OF-DATE)
|
||||||
|
|
||||||
How does vfork work?
|
How does vfork work?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue