diff options
Diffstat (limited to 'gdb/nbsd-nat.h')
-rw-r--r-- | gdb/nbsd-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nbsd-nat.h b/gdb/nbsd-nat.h index dc6a570..145505d 100644 --- a/gdb/nbsd-nat.h +++ b/gdb/nbsd-nat.h @@ -23,6 +23,6 @@ /* Return the name of a file that can be opened to get the symbols for the child process identified by PID. */ -extern char *nbsd_pid_to_exec_file (int pid); +extern char *nbsd_pid_to_exec_file (struct target_ops *self, int pid); #endif /* nbsd-nat.h */ |