mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Correct hpux-core.c thread_section_p signature
Fix fallout from commit 0a1b45a20e.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user