Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@

#include <asm-generic/siginfo.h>

#undef NSIGTRAP
#define NSIGTRAP	4

/*
 * SIGFPE si_codes
 */