#include <sys/_types/_ucontext64.h>
sys/_types/_ucontext64.h
__DARWIN_UNIX03
macro_STRUCT_UCONTEXT64
#define _STRUCT_UCONTEXT64 struct __darwin_ucontext64
struct__darwin_ucontext64
| int | uc_onstack | |
| __darwin_sigset_t | uc_sigmask | signal mask used by this context |
| struct __darwin_sigaltstack | uc_stack | stack used by this context |
| struct __darwin_ucontext64 * | uc_link | pointer to resuming context |
| __darwin_size_t | uc_mcsize | size of the machine context passed in |
| struct __darwin_mcontext64 * | uc_mcontext64 | pointer to machine specific context |