summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index aec3296dfc9e..b3cafca56756 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -81,10 +81,6 @@ __FBSDID("$FreeBSD$");
#include <security/audit/audit.h>
-#if defined (__alpha__) && !defined(COMPAT_43)
-#error "You *really* need COMPAT_43 on the alpha for longjmp(3)"
-#endif
-
#define ONSIG 32 /* NSIG for osig* syscalls. XXX. */
static int coredump(struct thread *);
@@ -905,7 +901,7 @@ osigaction(td, uap)
return (error);
}
-#if !defined(__i386__) && !defined(__alpha__)
+#if !defined(__i386__)
/* Avoid replicating the same stub everywhere */
int
osigreturn(td, uap)