From d2c4ee9e488f6c94865cc2f4c874d025bc2ae0d2 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 24 Nov 2003 00:43:41 +0000 Subject: Tweaks to build properly on Linux. --- src/lib9/notify.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib9/notify.c') diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 095a3f54..7e3c04f7 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -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*); -- cgit v1.2.3