lkml.org 
[lkml]   [2003]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] s390 (6/6): siginfo_t for s390x.
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/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.209 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site