diff options
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r-- | gdb/inf-ptrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h index bd9b609..de284f9 100644 --- a/gdb/inf-ptrace.h +++ b/gdb/inf-ptrace.h @@ -57,7 +57,7 @@ struct inf_ptrace_target : public inf_child_target void mourn_inferior () override; - int thread_alive (ptid_t ptid) override; + bool thread_alive (ptid_t ptid) override; const char *pid_to_str (ptid_t) override; |