fix up leftover, incorrect NSIG definitions in arch-specific signal.h
[musl] / arch / x86_64 / bits / signal.h
index cfe7dbb..d1de2df 100644 (file)
@@ -40,7 +40,6 @@ struct sigcontext {
        struct __fpstate *fpstate;
        unsigned long __reserved1[8];
 };
-#define NSIG      64
 #endif
 
 #endif