summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-09-16 02:36:11 +0000
committerChristopher Faylor <me@cgf.cx>2000-09-16 02:36:11 +0000
commitf9f2ed0e2b3c889697ed11afba8a681a91e4d800 (patch)
treefa4b33615d07a6cd88276da8840736312691edb7 /winsup/cygwin/sigproc.cc
parentcdfeaeb823db105ca8d23647da4eaf6fee224d0c (diff)
downloadcygnal-f9f2ed0e2b3c889697ed11afba8a681a91e4d800.tar.gz
cygnal-f9f2ed0e2b3c889697ed11afba8a681a91e4d800.tar.bz2
cygnal-f9f2ed0e2b3c889697ed11afba8a681a91e4d800.zip
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
thread. * external.cc (fillout_pinfo): Fix compiler warning. * sigproc.h: Eliminate special asm naming for sig_dispatch_pending. * sigproc.cc (sig_send): Remove debugging statements.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 8372cb00e..7bb0309a0 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -815,7 +815,6 @@ sig_send (_pinfo *p, int sig, DWORD ebp)
if (!ReleaseSemaphore (thiscatch, 1, NULL) && (int) GetLastError () > 0)
{
-sigproc_printf ("ReleaseSemaphore failed, %E");
/* Couldn't signal the semaphore. This probably means that the
* process is exiting.
*/
@@ -833,7 +832,6 @@ sigproc_printf ("ReleaseSemaphore failed, %E");
}
goto out;
}
-sigproc_printf ("ReleaseSemaphore succeeded");
/* No need to wait for signal completion unless this was a signal to
* this process.