Add target_ops argument to to_get_ada_task_ptid
[platform/upstream/binutils.git] / gdb / aix-thread.c
index d0ad915..c01a7c5 100644 (file)
@@ -1806,7 +1806,7 @@ aix_thread_extra_thread_info (struct target_ops *self,
 }
 
 static ptid_t
-aix_thread_get_ada_task_ptid (long lwp, long thread)
+aix_thread_get_ada_task_ptid (struct target_ops *self, long lwp, long thread)
 {
   return ptid_build (ptid_get_pid (inferior_ptid), 0, thread);
 }