summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-07-16 20:34:59 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-16 20:34:59 -0700
commit2bb4f1b2e1fe3c4b50fd44f3c49415b8a8bd1a8c (patch)
tree1bd5b66514dba4e36ba4e0464145eb46b1b22b9b
parentf2fbfd953de362245613194307b9f310f6d4e8dc (diff)
[PATCH] s390: siginfo_t for s390x.
Correct size of siginfo_t for s390x (from 136 to 128).
-rw-r--r--include/asm-s390/siginfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-s390/siginfo.h b/include/asm-s390/siginfo.h
index 87bcae449862..e2dcb1074155 100644
--- a/include/asm-s390/siginfo.h
+++ b/include/asm-s390/siginfo.h
@@ -10,6 +10,9 @@
#define _S390_SIGINFO_H
#define HAVE_ARCH_SI_CODES
+#ifdef __s390x__
+#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
+#endif
#include <asm-generic/siginfo.h>