diff options
author | Hui Zhu <teawater@gmail.com> | 2010-05-17 03:20:57 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2010-05-17 03:20:57 +0000 |
commit | 6d53bf82fce9ddb0b77d75c892e98fead20c573a (patch) | |
tree | 0b2f8340b8841299ad3ac82bc131bea421649ecd /gdb/target.c | |
parent | 5d5021647dbce1a933576243b9d54281a88eb3b5 (diff) | |
download | fsf-binutils-gdb-6d53bf82fce9ddb0b77d75c892e98fead20c573a.zip fsf-binutils-gdb-6d53bf82fce9ddb0b77d75c892e98fead20c573a.tar.gz fsf-binutils-gdb-6d53bf82fce9ddb0b77d75c892e98fead20c573a.tar.bz2 |
2010-05-17 Hui Zhu <teawater@gmail.com>
* target.c (target_mourn_inferior): Extern reset_schedlock.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/target.c b/gdb/target.c index db2f174..cee3582 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -2244,6 +2244,7 @@ void target_mourn_inferior (void) { struct target_ops *t; + extern void reset_schedlock (); /* Clear schedlock in infrun.c */ reset_schedlock (); |