Correct hpux-core.c thread_section_p signature

Fix fallout from commit 0a1b45a20e.
This commit is contained in:
Alan Modra
2024-12-01 20:11:30 +10:30
parent 8ab91a0335
commit 1959d2a1ba

View File

@@ -128,7 +128,7 @@ make_bfd_asection (bfd *abfd, const char *name, flagword flags,
/* Return true if the given core file section corresponds to a thread,
based on its name. */
static int
static bool
thread_section_p (bfd *abfd ATTRIBUTE_UNUSED,
asection *sect,
void *obj ATTRIBUTE_UNUSED)