diff options
Diffstat (limited to 'gdb/nbsd-nat.c')
-rw-r--r-- | gdb/nbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nbsd-nat.c b/gdb/nbsd-nat.c index 72c3c06..d10d1eb 100644 --- a/gdb/nbsd-nat.c +++ b/gdb/nbsd-nat.c @@ -25,7 +25,7 @@ the child process identified by PID. */ char * -nbsd_pid_to_exec_file (struct target_ops *self, int pid) +nbsd_nat_target::pid_to_exec_file (int pid) { ssize_t len; static char buf[PATH_MAX]; |