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.
+2013-10-04 Joel Brobecker <brobecker@adacore.com>
+
+ * aix-thread.c (sync_threadlists): Add missing ')' in call
+ to ptid_build.
+
2013-10-04 Joel Brobecker <brobecker@adacore.com>
* procfs.c (procfs_init_inferior): Fix typo causing the build
}
else if (gi == gcount)
{
- thread = add_thread (ptid_build (infpid, 0, pbuf[pi].pthid);
+ thread = add_thread (ptid_build (infpid, 0, pbuf[pi].pthid));
thread->private = xmalloc (sizeof (struct private_thread_info));
thread->private->pdtid = pbuf[pi].pdtid;
thread->private->tid = pbuf[pi].tid;