OSDN Git Service

* how-spawn-works.txt: Add "out of date" note.
authorcgf <cgf>
Sun, 12 Jul 2009 21:26:40 +0000 (21:26 +0000)
committercgf <cgf>
Sun, 12 Jul 2009 21:26:40 +0000 (21:26 +0000)
* how-vfork-works.txt: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/how-spawn-works.txt
winsup/cygwin/how-vfork-works.txt

index d4527e1..d40a217 100644 (file)
@@ -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.
index e4e25ea..e865ebf 100644 (file)
@@ -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.
index f249dab..59fe5f5 100644 (file)
@@ -1,4 +1,4 @@
-Copyright 2001 Red Hat Inc., Christopher Faylor
+(THIS DESCRIPTION IS OUT-OF-DATE)
 
 How does vfork work?