From: Ralf Baechle Date: Thu, 19 May 2005 12:08:04 +0000 (+0000) Subject: On MIPS the struct sigev preamble is only 8 bytes. X-Git-Tag: v2.6.15-rc1~731^2~1^2~208 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=629c83f89b943421cd03257e7028a073baa9ca5a;p=linux-2.6-omap-h63xx.git On MIPS the struct sigev preamble is only 8 bytes. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/siginfo.h b/include/asm-mips/siginfo.h index 698becab5a9..2ba313d94a7 100644 --- a/include/asm-mips/siginfo.h +++ b/include/asm-mips/siginfo.h @@ -11,6 +11,7 @@ #include +#define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int)) #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */ #define HAVE_ARCH_SIGINFO_T