fix up leftover, incorrect NSIG definitions in arch-specific signal.h
[musl] / arch / microblaze / bits / signal.h
index ed90039..c1aaa9c 100644 (file)
@@ -35,7 +35,6 @@ struct sigcontext
        } regs;
        unsigned long oldmask;
 };
-#define NSIG      64
 #endif
 
 #endif