* include/sys/elf64.h: Fix types to reflect linux usage.

This commit is contained in:
Christopher Faylor
2005-11-14 20:34:33 +00:00
parent 548d0080af
commit 409d1d50fd
3 changed files with 47 additions and 38 deletions

View File

@ -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)
{