diff options
| -rw-r--r-- | arch/arm/bits/signal.h | 1 | ||||
| -rw-r--r-- | arch/i386/bits/signal.h | 1 | ||||
| -rw-r--r-- | arch/microblaze/bits/signal.h | 1 | ||||
| -rw-r--r-- | arch/mips/bits/signal.h | 1 | ||||
| -rw-r--r-- | arch/x86_64/bits/signal.h | 1 | 
5 files changed, 0 insertions, 5 deletions
| diff --git a/arch/arm/bits/signal.h b/arch/arm/bits/signal.h index 2f83cb99..9323b112 100644 --- a/arch/arm/bits/signal.h +++ b/arch/arm/bits/signal.h @@ -33,7 +33,6 @@ struct sigcontext  	unsigned long arm_ip, arm_sp, arm_lr, arm_pc;  	unsigned long arm_cpsr, fault_address;  }; -#define NSIG      64  #endif  #endif diff --git a/arch/i386/bits/signal.h b/arch/i386/bits/signal.h index f899663c..498dd1cc 100644 --- a/arch/i386/bits/signal.h +++ b/arch/i386/bits/signal.h @@ -42,7 +42,6 @@ struct sigcontext {  	struct __fpstate *fpstate;  	unsigned long oldmask, cr2;  }; -#define NSIG      64  #endif  #endif diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h index ed900390..c1aaa9cb 100644 --- a/arch/microblaze/bits/signal.h +++ b/arch/microblaze/bits/signal.h @@ -35,7 +35,6 @@ struct sigcontext  	} regs;  	unsigned long oldmask;  }; -#define NSIG      64  #endif  #endif diff --git a/arch/mips/bits/signal.h b/arch/mips/bits/signal.h index 603aed3e..9e1384ff 100644 --- a/arch/mips/bits/signal.h +++ b/arch/mips/bits/signal.h @@ -43,7 +43,6 @@ struct sigcontext  	unsigned long long sc_mdhi, sc_mdlo;  	unsigned long sc_hi1, sc_lo1, sc_hi2, sc_lo2, sc_hi3, sc_lo3;  }; -#define NSIG      64  #endif  #endif diff --git a/arch/x86_64/bits/signal.h b/arch/x86_64/bits/signal.h index cfe7dbbc..d1de2dff 100644 --- a/arch/x86_64/bits/signal.h +++ b/arch/x86_64/bits/signal.h @@ -40,7 +40,6 @@ struct sigcontext {  	struct __fpstate *fpstate;  	unsigned long __reserved1[8];  }; -#define NSIG      64  #endif  #endif | 
