diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-20 01:19:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-20 01:19:04 +0000 |
commit | 6ac844b5e3ef1c50a6faeac37abd23f9b8b8fe6d (patch) | |
tree | 94df8773364e8e803089731effe0c3723acaf256 /winsup | |
parent | 4b649dd93360027675f1e213c0f24e78c8060902 (diff) | |
download | cygnal-6ac844b5e3ef1c50a6faeac37abd23f9b8b8fe6d.tar.gz cygnal-6ac844b5e3ef1c50a6faeac37abd23f9b8b8fe6d.tar.bz2 cygnal-6ac844b5e3ef1c50a6faeac37abd23f9b8b8fe6d.zip |
clarify
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b586613fa..3b49b384c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -12,7 +12,7 @@ Throughout, eliminate argument to sig_dispatch_pending. * exceptions.cc (setup_handler): Move non-interruptible condition - handling (back) to wait_sig (as suggested by Pierre Humblet). + handling (back) to wait_sig. (set_process_mask): Don't worry about calling sig_dispatch_pending from sigthread since it is detected in the function anyway. (sig_handle): Eliminate thisproc arg. Don't call sig_dispatch_pending |