Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2160)

Unified Diff: gdb/proc-api.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/probe.c ('k') | gdb/proc-events.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « gdb/probe.c ('k') | gdb/proc-events.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698