diff options
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 7ed8946..a3f51d6 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -35,6 +35,7 @@ extern int fbsd_find_memory_regions (struct target_ops *self, /* Create appropriate note sections for a corefile, returning them in allocated memory. */ -extern char *fbsd_make_corefile_notes (bfd *obfd, int *note_size); +extern char *fbsd_make_corefile_notes (struct target_ops *self, + bfd *obfd, int *note_size); #endif /* fbsd-nat.h */ |