Commit 629c83f8 authored by Ralf Baechle's avatar Ralf Baechle

On MIPS the struct sigev preamble is only 8 bytes.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 4a99d1e2
......@@ -11,6 +11,7 @@
#include <linux/config.h>
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment