Commit ad2b1ab5 authored by Eric W. Biederman's avatar Eric W. Biederman

signal/powerpc: Remove redefinition of NSIGTRAP on powerpc

NSIGTRAP is 4 in the generic siginfo and powerpc just undefines
NSGTRAP and redefine it as 4.  That accomplishes nothing so remove
the duplication.
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent b68a68d3
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
#include <asm-generic/siginfo.h> #include <asm-generic/siginfo.h>
#undef NSIGTRAP
#define NSIGTRAP 4
/* /*
* SIGFPE si_codes * SIGFPE si_codes
*/ */
......
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