Mark ptrace_{traceme,attach,detach} static
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Mar 2011 17:23:30 +0000 (09:23 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Mar 2011 17:23:30 +0000 (09:23 -0800)
They are only used inside kernel/ptrace.c, and have been for a long
time.  We don't want to go back to the bad-old-days when architectures
did things on their own, so make them static and private.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found