diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-31 02:58:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-31 02:58:38 +0000 |
commit | 774cd790fc052ad0e233d95902b1886b92b83254 (patch) | |
tree | 2946e0ef290a7d4dfc890d53f8cc9bdef8b112c1 /winsup/cygwin/ChangeLog | |
parent | 0fc07e4d6979ddde53a1c070408b037dca6719c5 (diff) | |
download | cygnal-774cd790fc052ad0e233d95902b1886b92b83254.tar.gz cygnal-774cd790fc052ad0e233d95902b1886b92b83254.tar.bz2 cygnal-774cd790fc052ad0e233d95902b1886b92b83254.zip |
* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
* sigproc.h (sigframe): Decorate some methods with `inline'.
(new_muto): Coerce pointer to new to void *.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 69f649554..e69cafc0b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2001-10-30 Christopher Faylor <cgf@redhat.com> + * sigproc.cc (sigproc_terminate): Don't signal main thread when exiting. + * sigproc.h (sigframe): Decorate some methods with `inline'. + (new_muto): Coerce pointer to new to void *. + +2001-10-30 Christopher Faylor <cgf@redhat.com> + * fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid. |