diff options
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 187e937a7..b536d6685 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -688,7 +688,7 @@ set_sig_errno (int e) { set_errno (e); sigsave.saved_errno = e; - debug_printf ("errno %d", e); + // sigproc_printf ("errno %d", e); } #define SUSPEND_TRIES 10000 |