NetBSD/sys/arch/arm26/include/signal.h
bjh21 f575270d81 Switch over to using the arm32 sigcontext structure.
Yes, this causes binary incompatibility.  Yes, it's Evil, Bad and Wrong.
Nonetheless, I think it's probably the least unpleasant way to get close to
binary compatibility with NetBSD/arm32, and a very much doubt there are any
arm26 binaries out there that depend on the old shape of struct sigcontext.
2001-01-16 00:29:45 +00:00

4 lines
87 B
C

/* $NetBSD: signal.h,v 1.2 2001/01/16 00:29:45 bjh21 Exp $ */
#include <arm/signal.h>