diff options
Diffstat (limited to 'src/pkg/runtime/linux/386/defs.h')
| -rw-r--r-- | src/pkg/runtime/linux/386/defs.h | 45 | 
1 files changed, 44 insertions, 1 deletions
| diff --git a/src/pkg/runtime/linux/386/defs.h b/src/pkg/runtime/linux/386/defs.h index 94bc2b5b6..ef8ef05d0 100644 --- a/src/pkg/runtime/linux/386/defs.h +++ b/src/pkg/runtime/linux/386/defs.h @@ -1,4 +1,4 @@ -// godefs -f -m32 -f -D_LOOSE_KERNEL_NAMES -f -D__ARCH_SI_UID_T=__kernel_uid32_t defs2.c +// godefs -f -m32 -f -I/home/rsc/pub/linux-2.6/arch/x86/include -f -I/home/rsc/pub/linux-2.6/include -f -D_LOOSE_KERNEL_NAMES -f -D__ARCH_SI_UID_T=__kernel_uid32_t defs2.c  // MACHINE GENERATED - DO NOT EDIT. @@ -14,6 +14,49 @@ enum {  	SA_ONSTACK = 0x8000000,  	SA_RESTORER = 0x4000000,  	SA_SIGINFO = 0x4, +	SIGHUP = 0x1, +	SIGINT = 0x2, +	SIGQUIT = 0x3, +	SIGILL = 0x4, +	SIGTRAP = 0x5, +	SIGABRT = 0x6, +	SIGBUS = 0x7, +	SIGFPE = 0x8, +	SIGKILL = 0x9, +	SIGUSR1 = 0xa, +	SIGSEGV = 0xb, +	SIGUSR2 = 0xc, +	SIGPIPE = 0xd, +	SIGALRM = 0xe, +	SIGSTKFLT = 0x10, +	SIGCHLD = 0x11, +	SIGCONT = 0x12, +	SIGSTOP = 0x13, +	SIGTSTP = 0x14, +	SIGTTIN = 0x15, +	SIGTTOU = 0x16, +	SIGURG = 0x17, +	SIGXCPU = 0x18, +	SIGXFSZ = 0x19, +	SIGVTALRM = 0x1a, +	SIGPROF = 0x1b, +	SIGWINCH = 0x1c, +	SIGIO = 0x1d, +	SIGPWR = 0x1e, +	SIGSYS = 0x1f, +	FPE_INTDIV = 0x1, +	FPE_INTOVF = 0x2, +	FPE_FLTDIV = 0x3, +	FPE_FLTOVF = 0x4, +	FPE_FLTUND = 0x5, +	FPE_FLTRES = 0x6, +	FPE_FLTINV = 0x7, +	FPE_FLTSUB = 0x8, +	BUS_ADRALN = 0x1, +	BUS_ADRERR = 0x2, +	BUS_OBJERR = 0x3, +	SEGV_MAPERR = 0x1, +	SEGV_ACCERR = 0x2,  };  // Types | 
