projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60fc5a
)
parisc: Drop parisc-specific NSIGTRAP define
author
Helge Deller
<deller@gmx.de>
Sun, 10 Jan 2016 08:36:24 +0000
(09:36 +0100)
committer
Helge Deller
<deller@gmx.de>
Tue, 12 Jan 2016 21:06:15 +0000
(22:06 +0100)
NIGTRAP is already defined in asm-generic/siginfo.h, so no need to
define it ourselves.
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/uapi/asm/siginfo.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/uapi/asm/siginfo.h
b/arch/parisc/include/uapi/asm/siginfo.h
index 1c75565d984b489d2798a9ba38cad0e9f26a2f73..8fd10f85c50e1d90071dcb846430f32e7ae9dba0 100644
(file)
--- a/
arch/parisc/include/uapi/asm/siginfo.h
+++ b/
arch/parisc/include/uapi/asm/siginfo.h
@@
-7,7
+7,4
@@
#include <asm-generic/siginfo.h>
-#undef NSIGTRAP
-#define NSIGTRAP 4
-
#endif