target_ops: Use bool throughout
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 89df55fddeb5df0d268d2fb1046c50f2485da20a..c7a40400fc39f1dd1657528a75c1618720202d69 100644 (file)
@@ -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);
This page took 0.02404 seconds and 4 git commands to generate.