* target.h (TARGET_WNOHANG): New.
[deliverable/binutils-gdb.git] / gdb / inf-ttrace.c
index e78ad8ecf2bc1a9d0d1c8e8ce481680fdc046d04..a4c4b99aa6527342630caef19f944f1b7c9135f9 100644 (file)
@@ -924,7 +924,7 @@ inf_ttrace_resume (struct target_ops *ops,
 
 static ptid_t
 inf_ttrace_wait (struct target_ops *ops,
-                ptid_t ptid, struct target_waitstatus *ourstatus)
+                ptid_t ptid, struct target_waitstatus *ourstatus, int options)
 {
   pid_t pid = ptid_get_pid (ptid);
   lwpid_t lwpid = ptid_get_lwp (ptid);
This page took 0.027282 seconds and 4 git commands to generate.