summary refs log tree commit diff stats
path: root/include/gdbstub/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdbstub/user.h')
-rw-r--r--include/gdbstub/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdbstub/user.h b/include/gdbstub/user.h
index e33f8d9a9a..3f9f45946e 100644
--- a/include/gdbstub/user.h
+++ b/include/gdbstub/user.h
@@ -54,7 +54,7 @@ void gdbserver_fork_start(void);
  * gdbserver_fork() - disable gdb stub for child processes.
  * @cs: CPU
  */
-void gdbserver_fork(CPUState *cs);
+void gdbserver_fork(CPUState *cs, pid_t pid);
 
 /**
  * gdb_syscall_entry() - inform gdb of syscall entry and yield control to it