From: Andrew Cagney Date: Sun, 8 Jul 2001 20:21:36 +0000 (+0000) Subject: * remote-udi.c (udi_wait): Make type, instead of name, of first X-Git-Tag: gdb_5_1-2001-07-29-branchpoint~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8059d5aa1c46fa62c37add1bf7627ad5c7583cb4;p=external%2Fbinutils.git * remote-udi.c (udi_wait): Make type, instead of name, of first parameter a ptid_t. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9879b7e..1d36d73 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-07-08 Andrew Cagney + + * remote-udi.c (udi_wait): Make type, instead of name, of first + parameter a ptid_t. + 2001-07-07 Andrew Cagney * ser-mac.c: Make obsolete. diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 0015e99..83cc553 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -409,7 +409,7 @@ udi_resume (ptid_t ptid, int step, enum target_signal sig) storing status in STATUS just as `wait' would. */ static ptid_t -udi_wait (int ptid_t, struct target_waitstatus *status) +udi_wait (ptid_t ptid, struct target_waitstatus *status) { UDIInt32 MaxTime; UDIPId PId;