From e1aca11ede8b3722285f500f6efd050c24f2967b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 12 Mar 2012 15:57:19 +0000 Subject: Add missing prototypes for build in ppx-aix. gdb/ChangeLog: 2012-03-12 Chris January * aix-thread.c (_initialize_aix_thread): Add prototype. * rs6000-nat.c (_initialize_rs6000_nat): Ditto. * xcoffsolib.c (_initialize_xcoffsolib): Ditto. --- gdb/aix-thread.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/aix-thread.c') diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 0a9fae3..3cdab48 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) { -- cgit v1.1