fix up leftover, incorrect NSIG definitions in arch-specific signal.h
authorRich Felker <dalias@aerifal.cx>
Fri, 23 Nov 2012 17:20:53 +0000 (12:20 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 23 Nov 2012 17:20:53 +0000 (12:20 -0500)
arch/arm/bits/signal.h
arch/i386/bits/signal.h
arch/microblaze/bits/signal.h
arch/mips/bits/signal.h
arch/x86_64/bits/signal.h

index 2f83cb9938d24cf8f96c9315a2fe6f018e80d19b..9323b1124ce35b7effa6000f628bbf3ff27148d9 100644 (file)
@@ -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
index f899663cd479676f709bd7c9baa63b8baf75f05a..498dd1ccd72088f291fdb41816348ebb39d8e575 100644 (file)
@@ -42,7 +42,6 @@ struct sigcontext {
        struct __fpstate *fpstate;
        unsigned long oldmask, cr2;
 };
-#define NSIG      64
 #endif
 
 #endif
index ed900390ba8d960384a7fad151e62492d66a0923..c1aaa9cb94be994fd6376100a1576b54f3fa33a0 100644 (file)
@@ -35,7 +35,6 @@ struct sigcontext
        } regs;
        unsigned long oldmask;
 };
-#define NSIG      64
 #endif
 
 #endif
index 603aed3e3fcb60f734d1fc2d5c8c29a35c1f32f2..9e1384ff512943dad1f99ebff489700cccabc2fc 100644 (file)
@@ -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
index cfe7dbbcdbc5beee01dd9cc4f310b5b067276d07..d1de2dff6701eaf3c3bd8b155ff582f01f758eef 100644 (file)
@@ -40,7 +40,6 @@ struct sigcontext {
        struct __fpstate *fpstate;
        unsigned long __reserved1[8];
 };
-#define NSIG      64
 #endif
 
 #endif