diff options
Diffstat (limited to 'gdb/rs6000-aix-tdep.h')
-rw-r--r-- | gdb/rs6000-aix-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-aix-tdep.h b/gdb/rs6000-aix-tdep.h index c856b42..76765f1 100644 --- a/gdb/rs6000-aix-tdep.h +++ b/gdb/rs6000-aix-tdep.h @@ -22,7 +22,7 @@ extern LONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch, const gdb_byte *ldi_buf, gdb_byte *readbuf, ULONGEST offset, - LONGEST len, + ULONGEST len, int close_ldinfo_fd); #endif /* RS6000_AIX_TDEP_H */ |