sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
authorSzabolcs Nagy <nsz@port70.net>
Sat, 28 Apr 2018 16:23:23 +0000 (16:23 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Jun 2018 17:25:33 +0000 (13:25 -0400)
commit0f7aa600f75205af243a67394fbb4fe41b5f679a
tree4f9c4f327d323f92a86ab33ebfabf675773d460f
parent3a81cbe64320795d69f11fd2300947d2b56b2e17
sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16

to get seccomp state for checkpoint restore.
added in linux commit 26500475ac1b499d8636ff281311d633909f5d20

struct tag follows the glibc api and ptrace_peeksiginfo_args
got changed too accordingly.
include/sys/ptrace.h