fix up leftover, incorrect NSIG definitions in arch-specific signal.h
[musl] / arch / arm / bits / signal.h
index 2f83cb9..9323b11 100644 (file)
@@ -33,7 +33,6 @@ struct sigcontext
        unsigned long arm_ip, arm_sp, arm_lr, arm_pc;
        unsigned long arm_cpsr, fault_address;
 };
        unsigned long arm_ip, arm_sp, arm_lr, arm_pc;
        unsigned long arm_cpsr, fault_address;
 };
-#define NSIG      64
 #endif
 
 #endif
 #endif
 
 #endif