diff options
Diffstat (limited to 'gdb/obsd-nat.c')
-rw-r--r-- | gdb/obsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index 6667a0a..310e2b7 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -74,7 +74,7 @@ obsd_nat_target::update_thread_list () ptid_t obsd_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, - int options) + target_wait_flags options) { pid_t pid; int status, save_errno; |