gdbserver: turn target op 'join' into a method
[deliverable/binutils-gdb.git] / gdbserver / lynx-low.cc
index 558f4aea8dbf7228c0c64ee8e3faa95808738e90..b2ce1559e8516b83fe02c0114611b2b99961f183 100644 (file)
@@ -561,8 +561,8 @@ lynx_process_target::mourn (struct process_info *proc)
 
 /* Implement the join target_ops method.  */
 
-static void
-lynx_join (int pid)
+void
+lynx_process_target::join (int pid)
 {
   /* The PTRACE_DETACH is sufficient to detach from the process.
      So no need to do anything extra.  */
@@ -726,7 +726,6 @@ static lynx_process_target the_lynx_target;
 /* The LynxOS target_ops vector.  */
 
 static process_stratum_target lynx_target_ops = {
-  lynx_join,
   lynx_thread_alive,
   lynx_resume,
   lynx_wait,
This page took 0.042096 seconds and 4 git commands to generate.