commit | 61e8d462457f202bf0c6393133425ad387825e22 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Thu Jul 06 09:35:27 2017 +0200 |
committer | Richard Weinberger <richard@nod.at> | Mon Jul 10 22:58:06 2017 +0200 |
tree | 21dabc717e6042e69bb3ff35803e08dc29be24ef | |
parent | 94df7fe0d3e6418113783ff646507287c233e1e3 [diff] |
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>