/* $DragonFly: src/lib/libc/amd64/sys/asmcontext.c,v 1.1 2007/08/21 19:49:10 corecode Exp $ */ #define _KERNEL_STRUCTURES #include #include #include #include ASSYM(UC_SIGMASK, offsetof(ucontext_t, uc_sigmask)); ASSYM(UC_MCONTEXT, offsetof(ucontext_t, uc_mcontext)); ASSYM(SIG_BLOCK, SIG_BLOCK); ASSYM(SIG_SETMASK, SIG_SETMASK); ASSYM(MC_LEN, offsetof(mcontext_t, mc_len)); ASSYM(SIZEOF_MCONTEXT_T, sizeof(mcontext_t));