diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index 3cee06d..32af0bf 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -1436,7 +1436,7 @@ static struct inf *waiting_inf; ptid_t gnu_nat_target::wait (ptid_t ptid, struct target_waitstatus *status, - int options) + target_wait_flags options) { struct msg { |