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: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
Eric W. Biederman 2018-01-13 15:12:46 -06:00
parent b68a68d3dc
commit ad2b1ab57d
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@
#include <asm-generic/siginfo.h>
#undef NSIGTRAP
#define NSIGTRAP 4
/*
* SIGFPE si_codes
*/