fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
[musl] / arch / x86_64 / bits / signal.h
index 11375b9..d1de2df 100644 (file)
@@ -40,7 +40,6 @@ struct sigcontext {
        struct __fpstate *fpstate;
        unsigned long __reserved1[8];
 };
-#define NSIG      64
 #endif
 
 #endif
@@ -78,3 +77,5 @@ struct sigcontext {
 #define SIGPWR    30
 #define SIGSYS    31
 #define SIGUNUSED SIGSYS
+
+#define _NSIG 65