From 409d1d50fdda329c9d33f13524f3034e10ed11fe Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Nov 2005 20:34:33 +0000 Subject: * include/sys/elf64.h: Fix types to reflect linux usage. --- winsup/cygwin/exceptions.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/exceptions.cc') 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) { -- cgit v1.2.3