commit | e3e89cc535223433a619d0969db3fa05cdd946b8 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 04 09:23:30 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 04 09:23:30 2011 -0800 |
tree | a0026ecf98617b7a7ab000339ed79a06ec03d038 | |
parent | b65a0e0c84cf489bfa00d6aa6c48abc5a237100f [diff] |
Mark ptrace_{traceme,attach,detach} static 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>