minix/sys/arch/evbarm/include/frame.h
Ben Gras 7597f4a8fc <machine/signal.h>
. use netbsd sigframe, sigcontext struct
	. netbsd sigframe *contains* sigcontext; use that directly
	  in kernel sigsend
	. drop two fields from minix x86 stackframe.h (process context)
	  that were unused, retadr and st

use in-sigframe sigcontext

Change-Id: Ib59d699596dc3a78163dee59f19730482fdddf11
2014-03-03 20:47:07 +01:00

4 lines
93 B
C

/* $NetBSD: frame.h,v 1.2 2001/11/25 15:56:04 thorpej Exp $ */
#include <arm/arm32/frame.h>