aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-aix-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/rs6000-aix-tdep.h')
-rw-r--r--gdb/rs6000-aix-tdep.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/rs6000-aix-tdep.h b/gdb/rs6000-aix-tdep.h
index 76765f1..90fc5ed 100644
--- a/gdb/rs6000-aix-tdep.h
+++ b/gdb/rs6000-aix-tdep.h
@@ -18,11 +18,11 @@
#ifndef RS6000_AIX_TDEP_H
#define RS6000_AIX_TDEP_H
-extern LONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch,
- const gdb_byte *ldi_buf,
- gdb_byte *readbuf,
- ULONGEST offset,
- ULONGEST len,
- int close_ldinfo_fd);
+extern ULONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch,
+ const gdb_byte *ldi_buf,
+ gdb_byte *readbuf,
+ ULONGEST offset,
+ ULONGEST len,
+ int close_ldinfo_fd);
#endif /* RS6000_AIX_TDEP_H */