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>2000-11-06 09:38:21 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-06 09:38:21 +0300
commitf8038d021f7710b9593cd3efb29c0a0afca9d55c (patch)
treee0f1f3fbd2fc90014c48f06c554f0df968aebaed
parentdd11f11faee36b8999cd6a7d56318e3be289f897 (diff)
Fix typo.
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a7e48ed45..9fc6b20e7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,7 +1,7 @@
Mon Nov 6 01:04:35 2000 Christopher Faylor <cgf@cygnus.com>
* child_info.h (child_info): Add pppid_handle for closing the parent's
- of the parent handle.
+ parent handle.
* dcrt0.cc (_dll_crt0): Close parent's parent handle when spawned or
forked.
* debug.cc (add_handle): Correct erroneous reference to handle
@@ -17,7 +17,7 @@ Mon Nov 6 01:04:35 2000 Christopher Faylor <cgf@cygnus.com>
* fork.cc (fork_parent): Move a lot of the setup of the child process
into proc_subproc.
* spawn.cc (spawn_guts): Ditto. Use ppid_handle to contact logical
- parent when reparenting.
+ parent when reparenting execed process.
* pinfo.h (_pinfo): Remember the logical handle of the parent process.
* sigproc.cc (proc_subproc): Record most stuff necessary for the _pinfo
structure that is inferrable from myself when adding children.