Skip to content
Commit 986bef85 authored by David S. Miller's avatar David S. Miller
Browse files

sparc: Fix ptrace() detach.



Forever we had a PTRACE_SUNOS_DETACH which was unconditionally
recognized, regardless of the personality of the process.

Unfortunately, this value is what ended up in the GLIBC sys/ptrace.h
header file on sparc as PTRACE_DETACH and PT_DETACH.

So continue to recognize this old value.  Luckily, it doesn't conflict
with anything we actually care about.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c07c6053
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment