Add missing prototypes for build in ppx-aix.

gdb/ChangeLog:
2012-03-12  Chris January  <chris.january@allinea.com>

        * aix-thread.c (_initialize_aix_thread): Add prototype.
        * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
        * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
This commit is contained in:
Joel Brobecker 2012-03-12 15:57:19 +00:00
parent 649c7061d4
commit e1aca11ede
4 changed files with 12 additions and 0 deletions

View file

@ -158,6 +158,8 @@ sharedlibrary_command (char *pattern, int from_tty)
}
}
void _initialize_xcoffsolib (void);
void
_initialize_xcoffsolib (void)
{