Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-12-17 11:01:21 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-17 11:01:21 +0400
commitce3318344c573af96b932b618766aadfffb65cf2 (patch)
tree0e26016d6c52692d2b0eb3f559c857575678d630 /winsup/cygwin/exceptions.cc
parent60cd6a7798d2d8de8d49fd10d7a6ec43183a7c58 (diff)
* exceptions.cc (set_signal_mask): Remove useless debugging output.
* fhandler.cc (fhandler_base::write): Ditto. (fhandler_base_overlapped::close): Cancel any ongoing I/O before closing. * syscalls.cc (write): Default to always reporting all writes in strace output via syscall_printf. * wait.cc (wait4): Fix debugging output. Use standard syscall leaver output.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 3fcd91c5e..a15c9c307 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1144,8 +1144,6 @@ set_signal_mask (sigset_t newmask, sigset_t& oldmask)
oldmask = newmask;
if (mask_bits)
sig_dispatch_pending (true);
- else
- sigproc_printf ("not calling sig_dispatch_pending");
mask_sync.release ();
}