From d409c077df3e6f376eb1917263765037212ee39a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 15 Sep 2001 00:50:28 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 86b464a1e..c538244da 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,8 +1,11 @@ -Fri Sep 14 20:43:01 2001 Christopher Faylor +Fri Sep 14 20:48:18 2001 Christopher Faylor * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be queried in waitsig later. * sigproc.cc (wait_sig): Don't deliver a signal if in a vfork. + * sigproc.h (sigframe::init): New method. + (sigframe): Use init. + * perthread.h: Declare main_vfork. * fork.cc (vfork): Deliver all signals on parent return from vfork. Fri Sep 14 10:21:00 2001 Corinna Vinschen