summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/how-spawn-works.txt
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-07-12 21:26:40 +0000
committerChristopher Faylor <me@cgf.cx>2009-07-12 21:26:40 +0000
commit62fb43a72280b5a4f55fa5b547a887fa51de0c29 (patch)
tree8330af6866db294e535b255a77edf1c1ea51e115 /winsup/cygwin/how-spawn-works.txt
parent4a42a25876662efc1fff97c6668a156ac2e39a8e (diff)
downloadcygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.tar.gz
cygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.tar.bz2
cygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.zip
* how-spawn-works.txt: Add "out of date" note.
* how-vfork-works.txt: Ditto.
Diffstat (limited to 'winsup/cygwin/how-spawn-works.txt')
-rw-r--r--winsup/cygwin/how-spawn-works.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/how-spawn-works.txt b/winsup/cygwin/how-spawn-works.txt
index e4e25eae9..e865ebf3e 100644
--- a/winsup/cygwin/how-spawn-works.txt
+++ b/winsup/cygwin/how-spawn-works.txt
@@ -1,3 +1,4 @@
+(THIS DESCRIPTION IS OUT-OF-DATE)
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
child.