mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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:
@ -1829,6 +1829,8 @@ init_aix_thread_ops (void)
|
||||
/* Module startup initialization function, automagically called by
|
||||
init.c. */
|
||||
|
||||
void _initialize_aix_thread (void);
|
||||
|
||||
void
|
||||
_initialize_aix_thread (void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user