summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r--gdb/inf-ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h
index a9bfa04250c..46404c55d1f 100644
--- a/gdb/inf-ptrace.h
+++ b/gdb/inf-ptrace.h
@@ -56,7 +56,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;
char *pid_to_str (ptid_t) OVERRIDE;