Deleted Added
sdiff udiff text old ( 50477 ) new ( 55062 )
full compact
1/* $FreeBSD: head/sys/i386/linux/linux_genassym.c 55062 1999-12-23 19:59:47Z marcel $ */
2
3#include <sys/assym.h>
4#include <sys/param.h>
5
6#include <i386/linux/linux.h>
7
8ASSYM(LINUX_SIGF_HANDLER, offsetof(linux_sigframe, sf_handler));
9ASSYM(LINUX_SIGF_SC, offsetof(linux_sigframe, sf_sc));
10ASSYM(LINUX_SC_GS, offsetof(linux_sigcontext, sc_gs));
11ASSYM(LINUX_SC_EFLAGS, offsetof(linux_sigcontext, sc_eflags));