7597f4a8fc
. 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
3 lines
82 B
C
3 lines
82 B
C
/* $NetBSD: trap.h,v 1.7 2003/02/26 21:29:03 fvdl Exp $ */
|
|
|
|
#include <x86/trap.h>
|