2008-02-21 Pedro Alves <pedro@codesorcery.com>
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index d3371d053a402070cdb934e77a9f5720bf87672c..68ec15779500633e78b2aabe8a289d0e86f69e83 100644 (file)
@@ -1175,6 +1175,9 @@ init_thread_db_ops (void)
   thread_db_ops.to_magic = OPS_MAGIC;
 }
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_thread_db;
+
 void
 _initialize_thread_db (void)
 {
This page took 0.032765 seconds and 4 git commands to generate.