blob: 1c75565d984b489d2798a9ba38cad0e9f26a2f73 [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#ifndef _PARISC_SIGINFO_H
2#define _PARISC_SIGINFO_H
3
4#if defined(__LP64__)
5#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
6#endif
7
8#include <asm-generic/siginfo.h>
9
10#undef NSIGTRAP
11#define NSIGTRAP 4
12
13#endif