fix incorrect SIGSTKFLT on all mips archs
[oweals/musl.git] / arch / mipsn32 / bits / signal.h
index c31ad07ec5e92e3940172c66ac3cab899050483b..4f91c9fc801915763ea3dc017304a7c15ff4b503 100644 (file)
@@ -112,7 +112,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