2012-11-30  Yao Qi  <yao@codesourcery.com>

	* infrun.c: Make the declaration of 'init_infwait_state'
	static.
	(init_infwait_state): Make it 'static'.
This commit is contained in:
Yao Qi 2012-11-30 07:24:48 +00:00
parent 627b30b77e
commit 7a76f5b828
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-11-30 Yao Qi <yao@codesourcery.com>
* infrun.c: Make the declaration of 'init_infwait_state'
static.
(init_infwait_state): Make it 'static'.
2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
* python/python.c (finalize_python): Cast unused PyGILState_Ensure

View File

@ -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);