diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 89df55f..c7a4040 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2288,7 +2288,7 @@ gnu_nat_target::stop (ptid_t ptid) error (_("stop target function not implemented")); } -int +bool gnu_nat_target::thread_alive (ptid_t ptid) { inf_update_procs (gnu_current_inf); |