mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* procfs.c (procfs_wait): Losing Unixware can't do poll on /proc
files. Use PIOCWSTOP instead. * corelow.c (add_to_thread_list): Fix arg to match prototype.
This commit is contained in:
@@ -84,12 +84,13 @@ solib_add_stub (from_tty)
|
||||
list of threads in a core file. */
|
||||
|
||||
static void
|
||||
add_to_thread_list (abfd, asect, reg_sect)
|
||||
add_to_thread_list (abfd, asect, reg_sect_arg)
|
||||
bfd *abfd;
|
||||
asection *asect;
|
||||
asection *reg_sect;
|
||||
PTR reg_sect_arg;
|
||||
{
|
||||
int thread_id;
|
||||
asection *reg_sect = reg_sect_arg;
|
||||
|
||||
if (strncmp (bfd_section_name (abfd, asect), ".reg/", 5) != 0)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user