2010-05-17 Hui Zhu <teawater@gmail.com>

* target.c (target_mourn_inferior): Extern reset_schedlock.
This commit is contained in:
Hui Zhu 2010-05-17 03:20:57 +00:00
parent 5d5021647d
commit 6d53bf82fc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-05-17 Hui Zhu <teawater@gmail.com>
* target.c (target_mourn_inferior): Extern reset_schedlock.
2010-05-16 Michael Snyder <msnyder@vmware.com>
* target.c: White space.

View File

@ -2244,6 +2244,7 @@ void
target_mourn_inferior (void)
{
struct target_ops *t;
extern void reset_schedlock ();
/* Clear schedlock in infrun.c */
reset_schedlock ();