aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_arm.const
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2019-11-25 22:42:24 -0800
committerDmitry Vyukov <dvyukov@google.com>2019-11-27 09:35:58 +0100
commit5a38f3f0660c5210d57304a7e6519d9f56bfffba (patch)
treea852b1c2351662f3b84b76db45117c4ce72fe13d /sys/linux/sys_arm.const
parent1048481f27fb0ab9d1af5000f7c81e392cdee0f3 (diff)
sys/linux: describe PTRACE_PEEKSIGINFO
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'sys/linux/sys_arm.const')
-rw-r--r--sys/linux/sys_arm.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const
index ba6d67257..121dcd6a8 100644
--- a/sys/linux/sys_arm.const
+++ b/sys/linux/sys_arm.const
@@ -372,6 +372,8 @@ PTRACE_O_TRACESYSGOOD = 1
PTRACE_O_TRACEVFORK = 4
PTRACE_O_TRACEVFORKDONE = 32
PTRACE_PEEKDATA = 2
+PTRACE_PEEKSIGINFO = 16905
+PTRACE_PEEKSIGINFO_SHARED = 1
PTRACE_PEEKTEXT = 1
PTRACE_PEEKUSR = 3
PTRACE_POKEDATA = 5