Tweaks to build properly on Linux.
This commit is contained in:
parent
478ee9636f
commit
d2c4ee9e48
9 changed files with 70 additions and 26 deletions
|
|
@ -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*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue