Commit 2bb4f1b2 authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Linus Torvalds

[PATCH] s390: siginfo_t for s390x.

Correct size of siginfo_t for s390x (from 136 to 128).
parent f2fbfd95
......@@ -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>
......
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