Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-07-13 01:26:40 +0400
committerChristopher Faylor <me@cgf.cx>2009-07-13 01:26:40 +0400
commit62fb43a72280b5a4f55fa5b547a887fa51de0c29 (patch)
tree8330af6866db294e535b255a77edf1c1ea51e115
parent4a42a25876662efc1fff97c6668a156ac2e39a8e (diff)
* how-spawn-works.txt: Add "out of date" note.
* how-vfork-works.txt: Ditto.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/how-spawn-works.txt1
-rw-r--r--winsup/cygwin/how-vfork-works.txt2
3 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d4527e15c..d40a2179b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
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>
+
* Makefile.in: Don't do anything special with any RCS directories.
* ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma.
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.
diff --git a/winsup/cygwin/how-vfork-works.txt b/winsup/cygwin/how-vfork-works.txt
index f249dab61..59fe5f52e 100644
--- a/winsup/cygwin/how-vfork-works.txt
+++ b/winsup/cygwin/how-vfork-works.txt
@@ -1,4 +1,4 @@
-Copyright 2001 Red Hat Inc., Christopher Faylor
+(THIS DESCRIPTION IS OUT-OF-DATE)
How does vfork work?