* inf-ptrace.c (inf_ptrace_post_attach): Make static.
This commit is contained in:
parent
e1aca11ede
commit
460fac3cfa
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-12 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* inf-ptrace.c (inf_ptrace_post_attach): Make static.
|
||||||
|
|
||||||
2012-03-12 Chris January <chris.january@allinea.com>
|
2012-03-12 Chris January <chris.january@allinea.com>
|
||||||
|
|
||||||
* aix-thread.c (_initialize_aix_thread): Add prototype.
|
* aix-thread.c (_initialize_aix_thread): Add prototype.
|
||||||
|
@ -250,7 +250,7 @@ inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty)
|
|||||||
|
|
||||||
#ifdef PT_GET_PROCESS_STATE
|
#ifdef PT_GET_PROCESS_STATE
|
||||||
|
|
||||||
void
|
static void
|
||||||
inf_ptrace_post_attach (int pid)
|
inf_ptrace_post_attach (int pid)
|
||||||
{
|
{
|
||||||
ptrace_event_t pe;
|
ptrace_event_t pe;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user