From b94363364cf7d9d1dd591ec006d5b5e5e467d7c0 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 4 Oct 2013 08:56:09 +0000 Subject: Fix syntax error in aix-thread.c:sync_threadlists This patch fixes a small typo after the BUILD_THREAD -> ptid_build conversion. gdb/ChangeLog: * aix-thread.c (sync_threadlists): Add missing ')' in call to ptid_build. --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88a25ba970a..af60b576334 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-10-04 Joel Brobecker + + * aix-thread.c (sync_threadlists): Add missing ')' in call + to ptid_build. + 2013-10-04 Joel Brobecker * procfs.c (procfs_init_inferior): Fix typo causing the build -- cgit v1.2.1