mirror of https://gitee.com/openkylin/linux.git
parisc: Drop parisc-specific NSIGTRAP define
NIGTRAP is already defined in asm-generic/siginfo.h, so no need to define it ourselves. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
e60fc5aa60
commit
fbdd9501a1
|
@ -7,7 +7,4 @@
|
|||
|
||||
#include <asm-generic/siginfo.h>
|
||||
|
||||
#undef NSIGTRAP
|
||||
#define NSIGTRAP 4
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue