From 2be4d7f0e0f733ba0acc2120fdff62bd83fb8b3a Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 4 May 2018 19:20:18 +0200 Subject: [spu] Fix build break gdb/ChangeLog: 2018-05-04 Ulrich Weigand * spu-linux-nat.c (spu_linux_nat_target::wait): Fix syntax error. --- gdb/spu-linux-nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/spu-linux-nat.c') diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c index c289bb7..45485b5 100644 --- a/gdb/spu-linux-nat.c +++ b/gdb/spu-linux-nat.c @@ -459,8 +459,8 @@ spu_linux_nat_target::post_attach (int pid) /* Wait for child PTID to do something. Return id of the child, minus_one_ptid in case of error; store status into *OURSTATUS. */ ptid_t -spu_linux_nat_target:::wait (ptid_t ptid, struct target_waitstatus *ourstatus, - int options) +spu_linux_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, + int options) { int save_errno; int status; -- cgit v1.1