aboutsummaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-12 15:57:19 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-12 15:57:19 +0000
commite1aca11ede8b3722285f500f6efd050c24f2967b (patch)
tree4801723071df6548833b9150631ac6c6a6f0ac61 /gdb/aix-thread.c
parent649c7061d4463e9f0ce6989e066b02f22b7d9f74 (diff)
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.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c
index 0a9fae32c4..3cdab4852c 100644
--- a/gdb/aix-thread.c
+++ b/gdb/aix-thread.c
@@ -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)
{