add TRAP_UNK si_code to signal.h from linux v4.18
authorSzabolcs Nagy <nsz@port70.net>
Wed, 22 Aug 2018 17:10:55 +0000 (17:10 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 10 Dec 2018 03:29:07 +0000 (22:29 -0500)
used for undiagnosed trap exceptions where linux previously set si_code
to 0. new in linux commit db78e6a0a6f9f7d7277965600eeb1a5b3a6f55a8

include/signal.h

index a4f85cca0370ba0fe8557510961b90960de6f47b..5c48cb838fab75faea60d2433d47be2088d786d9 100644 (file)
@@ -233,6 +233,7 @@ void (*sigset(int, void (*)(int)))(int);
 #define TRAP_TRACE 2
 #define TRAP_BRANCH 3
 #define TRAP_HWBKPT 4
+#define TRAP_UNK 5
 #define POLL_IN 1
 #define POLL_OUT 2
 #define POLL_MSG 3