Tweaks to build properly on Linux.

This commit is contained in:
rsc 2003-11-24 00:43:41 +00:00
parent 478ee9636f
commit d2c4ee9e48
9 changed files with 70 additions and 26 deletions

View file

@ -14,7 +14,9 @@ static int sigs[] = {
SIGILL,
SIGTRAP,
SIGABRT,
#ifdef SIGEMT
SIGEMT,
#endif
SIGFPE,
SIGBUS,
SIGSEGV,
@ -30,6 +32,9 @@ static int sigs[] = {
SIGVTALRM,
SIGUSR1,
SIGUSR2,
#ifdef SIGINFO
SIGINFO,
#endif
};
static void (*notifyf)(void*, char*);