fix up leftover, incorrect NSIG definitions in arch-specific signal.h
[musl] / arch / i386 / bits / signal.h
index f899663..498dd1c 100644 (file)
@@ -42,7 +42,6 @@ struct sigcontext {
        struct __fpstate *fpstate;
        unsigned long oldmask, cr2;
 };
-#define NSIG      64
 #endif
 
 #endif