summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-14 20:34:33 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-14 20:34:33 +0000
commit409d1d50fdda329c9d33f13524f3034e10ed11fe (patch)
treee02e83b3915d75aee3cb848b311357dfe08bbc86 /winsup/cygwin/exceptions.cc
parent548d0080af5f7740bbf667051e7e5cdea5c28071 (diff)
downloadcygnal-409d1d50fdda329c9d33f13524f3034e10ed11fe.tar.gz
cygnal-409d1d50fdda329c9d33f13524f3034e10ed11fe.tar.bz2
cygnal-409d1d50fdda329c9d33f13524f3034e10ed11fe.zip
* include/sys/elf64.h: Fix types to reflect linux usage.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 26594cd40..1bb3aeaae 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -1095,12 +1095,14 @@ sigpacket::process ()
if (si.si_signo == SIGTSTP || si.si_signo == SIGTTIN || si.si_signo == SIGTTOU)
sig_clear (SIGCONT);
+#ifdef CGF
if (being_debugged ())
{
char sigmsg[sizeof (_CYGWIN_SIGNAL_STRING " 0xffffffff")];
__small_sprintf (sigmsg, _CYGWIN_SIGNAL_STRING " %p", si.si_signo);
OutputDebugString (sigmsg);
}
+#endif
if (handler == (void *) SIG_DFL)
{