diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 018f2d0..c5f7a74 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1524,9 +1524,9 @@ extern char *elfcore_write_note extern char *elfcore_write_prpsinfo PARAMS ((bfd *, char *, int *, char *, char *)); extern char *elfcore_write_prstatus - PARAMS ((bfd *, char *, int *, pid_t, int, void *)); + PARAMS ((bfd *, char *, int *, long, int, void *)); extern char * elfcore_write_pstatus - PARAMS ((bfd *, char *, int *, pid_t, int, void *)); + PARAMS ((bfd *, char *, int *, long, int, void *)); extern char *elfcore_write_prfpreg PARAMS ((bfd *, char *, int *, void *, int)); extern char *elfcore_write_prxfpreg |