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-Url: http://drtracing.org/?a=commitdiff_plain;h=629c83f89b943421cd03257e7028a073baa9ca5a;p=deliverable%2Flinux.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 698becab5a9e..2ba313d94a78 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