From 460fac3cfa614deb97011d6611d44d3d1b48f59a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 12 Mar 2012 21:08:44 +0000 Subject: * inf-ptrace.c (inf_ptrace_post_attach): Make static. --- gdb/inf-ptrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/inf-ptrace.c') diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 396c2f7..fc8ab87 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -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; -- cgit v1.1