Index: gdb/proc-api.c |
diff --git a/gdb/proc-api.c b/gdb/proc-api.c |
index 19732a74823293736f726c6fe366b221154d0669..876d08c246d833e32bd6e8b61fe7e91342163ff8 100644 |
--- a/gdb/proc-api.c |
+++ b/gdb/proc-api.c |
@@ -775,6 +775,9 @@ proc_prettyfprint_status (long flags, int why, int what, int thread) |
} |
+/* Provide a prototype to silence -Wmissing-prototypes. */ |
+extern void _initialize_proc_api (void); |
+ |
void |
_initialize_proc_api (void) |
{ |