From 02f1df11e4a354648db661822b555b97507e0bf8 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 2 May 2012 23:18:36 +0000 Subject: Fix -Wmissing-prototypes errors in sol-thread.c gdb/ChangeLog: * sol-thread.c (solaris_pid_to_str): Make static. (_initialize_sol_thread): Add prototype. --- gdb/sol-thread.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gdb/sol-thread.c') diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index bfa1162..01bc2e0 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1132,7 +1132,7 @@ ps_lgetLDT (gdb_ps_prochandle_t ph, lwpid_t lwpid, /* Convert PTID to printable form. */ -char * +static char * solaris_pid_to_str (struct target_ops *ops, ptid_t ptid) { static char buf[100]; @@ -1340,6 +1340,9 @@ init_sol_thread_ops (void) sol_thread_ops.to_magic = OPS_MAGIC; } +/* Silence -Wmissing-prototypes. */ +extern void _initialize_sol_thread (void); + void _initialize_sol_thread (void) { -- cgit v1.1