diff options
Diffstat (limited to 'gdb/nbsd-nat.h')
-rw-r--r-- | gdb/nbsd-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nbsd-nat.h b/gdb/nbsd-nat.h index b09d5b1..7461667 100644 --- a/gdb/nbsd-nat.h +++ b/gdb/nbsd-nat.h @@ -41,7 +41,7 @@ struct nbsd_nat_target : public inf_ptrace_target bool info_proc (const char *, enum info_proc_what) override; void resume (ptid_t, int, enum gdb_signal) override; - ptid_t wait (ptid_t, struct target_waitstatus *, int) override; + ptid_t wait (ptid_t, struct target_waitstatus *, target_wait_flags) override; int insert_exec_catchpoint (int pid) override; int remove_exec_catchpoint (int pid) override; int set_syscall_catchpoint (int pid, bool needed, int any_count, |