[PATCH] s390 (6/6): siginfo_t for s390x.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Thu Jul 17 2003 - 11:39:55 EST


Correct size of siginfo_t for s390x (from 136 to 128).

diffstat:
 include/asm-s390/siginfo.h | 3 +++
 1 files changed, 3 insertions(+)

diff -urN linux-2.6.0-test1/include/asm-s390/siginfo.h linux-2.6.0-s390/include/asm-s390/siginfo.h
--- linux-2.6.0-test1/include/asm-s390/siginfo.h Mon Jul 14 05:37:33 2003
+++ linux-2.6.0-s390/include/asm-s390/siginfo.h Thu Jul 17 17:27:34 2003
@@ -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>
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:29 EST