diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-15 00:50:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-15 00:50:28 +0000 |
commit | d409c077df3e6f376eb1917263765037212ee39a (patch) | |
tree | 96d3c64d127ea2174510bb9d3a0fcbf206922114 /winsup/cygwin/ChangeLog | |
parent | 9661a0c8b7f59960d6d180ffa2872710f5253913 (diff) | |
download | newlib-d409c077df3e6f376eb1917263765037212ee39a.zip newlib-d409c077df3e6f376eb1917263765037212ee39a.tar.gz newlib-d409c077df3e6f376eb1917263765037212ee39a.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 86b464a..c538244 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,8 +1,11 @@ -Fri Sep 14 20:43:01 2001 Christopher Faylor <cgf@cygnus.com> +Fri Sep 14 20:48:18 2001 Christopher Faylor <cgf@cygnus.com> * 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 <corinna@vinschen.de> |