* i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.

This commit is contained in:
Mark Kettenis 2012-04-12 10:32:23 +00:00
parent 465cb9fba7
commit 15add3f5e4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-04-12 Mark Kettenis <kettenis@gnu.org>
* i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2012-04-12 Doug Evans <dje@google.com>
* dwarf2read.c (create_all_type_units): Renamed from

View File

@ -331,6 +331,9 @@ i386bsd_dr_get_control (void)
#endif /* PT_GETDBREGS */
/* Provide a prototype to silence -Wmissing-prototypes. */
void _initialize_i386bsd_nat (void);
void
_initialize_i386bsd_nat (void)
{