Searched hist:"61 e8d462457f202bf0c6393133425ad387825e22" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/um/ |
H A D | user-offsets.c | diff 61e8d462457f202bf0c6393133425ad387825e22 Thu Jul 06 02:35:27 CDT 2017 Richard Weinberger <richard@nod.at> 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>
|