fix incorrect SIGSTKFLT on all mips archs
[oweals/musl.git] / arch / mips / bits / signal.h
index e1d97ac781595f651ceffec304c37cca142112c2..1b69e7625e85ea49cae40755ab41465404aa2be0 100644 (file)
@@ -93,7 +93,7 @@ typedef struct __ucontext {
 #define SIGTRAP   5
 #define SIGABRT   6
 #define SIGIOT    SIGABRT
-#define SIGSTKFLT 7
+#define SIGEMT    7
 #define SIGFPE    8
 #define SIGKILL   9
 #define SIGBUS    10