/* $FreeBSD$ */ #include #include #include ASSYM(LINUX_SIGF_HANDLER, offsetof(linux_sigframe, sf_handler)); ASSYM(LINUX_SIGF_SC, offsetof(linux_sigframe, sf_sc)); ASSYM(LINUX_SC_GS, offsetof(linux_sigcontext, sc_gs)); ASSYM(LINUX_SC_EFLAGS, offsetof(linux_sigcontext, sc_eflags));