/* $FreeBSD: head/sys/i386/linux/linux_genassym.c 55062 1999-12-23 19:59:47Z marcel $ */ #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));