Fix pthread_setname_np build error
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.c
index 72c3c0618dc80a47abcea890e155a83bf720dcf4..f832a372511fc356697661d5d0cf9890755681a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD.
 
-   Copyright (C) 2006-2018 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.024196 seconds and 4 git commands to generate.