Procházet zdrojové kódy

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>
Eric W. Biederman před 7 roky
rodič
revize
ad2b1ab57d
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      arch/powerpc/include/uapi/asm/siginfo.h

+ 0 - 3
arch/powerpc/include/uapi/asm/siginfo.h

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