Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.c
index 92a6955ad8cfe630c5b21b56d2ced15c596cdfa6..f832a372511fc356697661d5d0cf9890755681a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD.
 
-   Copyright (C) 2006-2016 Free Software Foundation, Inc.
+   Copyright (C) 2006-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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];
This page took 0.028528 seconds and 4 git commands to generate.