* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index 5b0aa51a637dc968a1b28a6327b3f2ad91be81ba..18287af9e8c149ca0a9c53865f1fdd38f458459e 100644 (file)
@@ -345,13 +345,13 @@ bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object,
 
 static ptid_t
 bsd_uthread_wait (struct target_ops *ops,
-                 ptid_t ptid, struct target_waitstatus *status)
+                 ptid_t ptid, struct target_waitstatus *status, int options)
 {
   CORE_ADDR addr;
   struct target_ops *beneath = find_target_beneath (ops);
 
   /* Pass the request to the layer beneath.  */
-  ptid = beneath->to_wait (beneath, ptid, status);
+  ptid = beneath->to_wait (beneath, ptid, status, options);
 
   /* If the process is no longer alive, there's no point in figuring
      out the thread ID.  It will fail anyway.  */
This page took 0.024149 seconds and 4 git commands to generate.