Richard Weinberger 61e8d46245 um: Correctly check for PTRACE_GETRESET/SETREGSET
When checking for PTRACE_GETRESET/SETREGSET, make sure that
the correct header file is included. We need linux/ptrace.h
which contains all ptrace UAPI related defines.
Otherwise #if defined(PTRACE_GETRESET) is always false.

Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2017-07-10 22:58:06 +02:00
..
2017-05-21 13:10:07 -04:00
2017-06-11 11:07:25 -07:00
2017-06-10 19:10:31 -07:00
2017-05-12 09:53:16 -07:00
2017-07-10 22:58:02 +02:00