Fix use-after-free in gdbserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.c
index 6c5933bc4705022c4d3b6a8714ea34851bd5ab6d..3bf3588a71b636ba70f23ed74bca063013b1e479 100644 (file)
@@ -562,7 +562,7 @@ lynx_mourn (struct process_info *proc)
 /* Implement the join target_ops method.  */
 
 static void
-lynx_join (process_info *proc)
+lynx_join (int pid)
 {
   /* The PTRACE_DETACH is sufficient to detach from the process.
      So no need to do anything extra.  */
This page took 0.02325 seconds and 4 git commands to generate.