projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a99d1e
)
On MIPS the struct sigev preamble is only 8 bytes.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 May 2005 12:08:04 +0000
(12:08 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:15 +0000
(19:31 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/siginfo.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/siginfo.h
b/include/asm-mips/siginfo.h
index 698becab5a9e2fc1cb4bd58f124ef8006bd9b81f..2ba313d94a7860adf984c8925e2343eac02399b4 100644
(file)
--- a/
include/asm-mips/siginfo.h
+++ b/
include/asm-mips/siginfo.h
@@
-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