summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/siginfo.h')
-rw-r--r--arch/parisc/include/asm/siginfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/siginfo.h b/arch/parisc/include/asm/siginfo.h
new file mode 100644
index 000000000000..d7034728f377
--- /dev/null
+++ b/arch/parisc/include/asm/siginfo.h
@@ -0,0 +1,9 @@
+#ifndef _PARISC_SIGINFO_H
+#define _PARISC_SIGINFO_H
+
+#include <asm-generic/siginfo.h>
+
+#undef NSIGTRAP
+#define NSIGTRAP 4
+
+#endif