move signal.h definition of stack_t to arch-specific bits
[musl] / arch / mips / bits / signal.h
index 56ccdb7..d09558f 100644 (file)
@@ -44,9 +44,14 @@ typedef struct __ucontext {
        stack_t uc_stack;
        mcontext_t uc_mcontext;
        sigset_t uc_sigmask;
-       unsigned long uc_regspace[128];
 } ucontext_t;
 
+typedef struct sigaltstack {
+       void *ss_sp;
+       int ss_flags;
+       size_t ss_size;
+} stack_t;
+
 #define SA_NOCLDSTOP  1
 #define SA_NOCLDWAIT  0x10000
 #define SA_SIGINFO    8