]> granicus.if.org Git - strace/commitdiff
Update SEGV_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Mar 2016 00:17:19 +0000 (00:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Mar 2016 00:17:19 +0000 (00:17 +0000)
* xlat/sigsegv_codes.in: Add SEGV_PKUERR introduced by linux kernel
commit v4.6-rc1~68^2~23.

xlat/sigsegv_codes.in

index 9117bc2bde05183691128b59c2a4c47c17c3e54e..09c16069a997cc44ba3439c08beac24a2e32cdf1 100644 (file)
@@ -1,3 +1,4 @@
 SEGV_MAPERR 1
 SEGV_ACCERR 2
 SEGV_BNDERR 3
+SEGV_PKUERR 4