diff options
author | Mark Kettenis <kettenis@gnu.org> | 2012-03-12 21:08:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2012-03-12 21:08:44 +0000 |
commit | 460fac3cfa614deb97011d6611d44d3d1b48f59a (patch) | |
tree | 9aaab50db726131f4e624609f92c7d0d6dda919e /gdb/inf-ptrace.c | |
parent | e1aca11ede8b3722285f500f6efd050c24f2967b (diff) | |
download | gdb-460fac3cfa614deb97011d6611d44d3d1b48f59a.zip gdb-460fac3cfa614deb97011d6611d44d3d1b48f59a.tar.gz gdb-460fac3cfa614deb97011d6611d44d3d1b48f59a.tar.bz2 |
* inf-ptrace.c (inf_ptrace_post_attach): Make static.
Diffstat (limited to 'gdb/inf-ptrace.c')
-rw-r--r-- | gdb/inf-ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |