]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/bsd-kvm.c
* linux-nat.c (linux_nat_wait): Adjust.
[thirdparty/binutils-gdb.git] / gdb / bsd-kvm.c
index 46d6b6bed622bd8746809fb7bf3d91edd7538a8d..84ca680b6d7c328b8cb4f14ce4a41db98f2be8b2 100644 (file)
@@ -316,7 +316,7 @@ bsd_kvm_thread_alive (ptid_t ptid)
 }
 
 static char *
-bsd_kvm_pid_to_str (ptid_t ptid)
+bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid)
 {
   static char buf[64];
   xsnprintf (buf, sizeof buf, "<kvm>");