diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-13 15:14:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-13 15:14:38 +0000 |
commit | de4e88a8dfabd86b221ecc05a2b41d6375640891 (patch) | |
tree | 673d03cd58456f8baa1d6b20bb964aa76709cdb6 /winsup/cygwin | |
parent | a10036f6a76704c910b754be8ef4f5bee2d623d1 (diff) | |
download | cygnal-de4e88a8dfabd86b221ecc05a2b41d6375640891.tar.gz cygnal-de4e88a8dfabd86b221ecc05a2b41d6375640891.tar.bz2 cygnal-de4e88a8dfabd86b221ecc05a2b41d6375640891.zip |
trivia change to force a new snapshot
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8c0a5aac3..04f5b7af7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -18,14 +18,14 @@ * child_info.h (init_child_info): Remove pid argument from declaration. * cygheap.h (init_cygheap::pid): New element. * dcrt0.cc (dll_crt0_0): Eliminate handling of now-noexistent cygpid - parameter in child_info struct. Set forkee to 'true' rather than cygpid - since the pid value was never used. + parameter in child_info struct. Set forkee to 'true' rather than + cygpid since the pid value was never used. (dll_crt0_1): Ditto. (_dll_crt0): Ditto. * fork.cc (fork_child): Don't wait for sigthread. This is handled in the fork call now. - (fork_parent): Remove obsolete pid argument from init_child_info call. Don't - do anything special with cygpid when DEBUGGING. + (fork_parent): Remove obsolete pid argument from init_child_info call. + Don't do anything special with cygpid when DEBUGGING. (fork): Delay all signals during fork. (fork_init): Don't do anything special when DEBUGGING. * pinfo.cc (set_myself): Remove pid parameter. Use new pid field in |