Fix AIX build break.
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Fri, 11 Aug 2023 08:43:23 +0000 (03:43 -0500)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 11 Aug 2023 09:42:00 +0000 (11:42 +0200)
commit19c5c1bb327dbb5c88cd52571896c56296f5a308
treea9dfe920f7c0254424b28965b7f0cb8ad9c2cf11
parentcca56b22a33bc279db358adca68f704329e5f0a3
Fix AIX build break.

In a recent commit the signature of the scoped_restore_current_inferior_for_memory function was changed and in AIX we did not update the same.

This patch updates it in aix-thread.c file fixed the break and the thread debugging works alright as a result.
gdb/aix-thread.c