Commit 629c83f89b943421cd03257e7028a073baa9ca5a

Authored by Ralf Baechle
1 parent 4a99d1e25b

On MIPS the struct sigev preamble is only 8 bytes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/asm-mips/siginfo.h
... ... @@ -11,6 +11,7 @@
11 11  
12 12 #include <linux/config.h>
13 13  
  14 +#define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(long) + 2*sizeof(int))
14 15 #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */
15 16  
16 17 #define HAVE_ARCH_SIGINFO_T