sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Nov 2019 22:45:05 +0000 (22:45 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Dec 2019 23:12:49 +0000 (18:12 -0500)
commitf291c09ec90e2514c954020e9b9bdb30e2adfc7f
tree92e2a75e05a9121b9a76f22c2e17d4c82b36fac3
parent06636c55428fe220ec4bdeecca723a95a75839ce
sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3

ptrace API to get details of the syscall the tracee is blocked in, see

  linux commit 201766a20e30f982ccfe36bebfad9602c3ff574a
  ptrace: add PTRACE_GET_SYSCALL_INFO request

the align attribute was used to keep the layout the same across targets
e.g. on m68k uint32_t is 2 byte aligned, this helps with compat ptrace.
include/sys/ptrace.h