* inf-ptrace.c (inf_ptrace_post_attach): Make static.

This commit is contained in:
Mark Kettenis
2012-03-12 21:08:44 +00:00
parent e1aca11ede
commit 460fac3cfa
2 changed files with 5 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty)
#ifdef PT_GET_PROCESS_STATE
void
static void
inf_ptrace_post_attach (int pid)
{
ptrace_event_t pe;