From 7a76f5b828a3d5e54e45988000de26121db9917e Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 30 Nov 2012 07:24:48 +0000 Subject: gdb/ 2012-11-30 Yao Qi * infrun.c: Make the declaration of 'init_infwait_state' static. (init_infwait_state): Make it 'static'. --- gdb/infrun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index e7c20e1..d0ff62a 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -397,7 +397,7 @@ static void context_switch (ptid_t ptid); void init_thread_stepping_state (struct thread_info *tss); -void init_infwait_state (void); +static void init_infwait_state (void); static const char follow_fork_mode_child[] = "child"; static const char follow_fork_mode_parent[] = "parent"; @@ -3033,7 +3033,7 @@ adjust_pc_after_break (struct execution_control_state *ecs) } } -void +static void init_infwait_state (void) { waiton_ptid = pid_to_ptid (-1); -- cgit v1.1