Allow the MD frame definition to be seen in. Required for truss/ptrace.
Approved by: Benno
This commit is contained in:
parent
f683674356
commit
9ae60db947
@ -43,11 +43,9 @@
|
||||
|
||||
typedef int sig_atomic_t;
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <machine/frame.h>
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#if __BSD_VISIBLE
|
||||
#include <machine/frame.h>
|
||||
|
||||
struct sigcontext {
|
||||
int sc_onstack; /* saved onstack flag */
|
||||
int __sc_mask13; /* saved signal mask (old style) */
|
||||
|
Loading…
Reference in New Issue
Block a user