ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / proc-service.c
index 86f79ad5838931faf15914c4930a094c15b9c85e..e0383700a1d711b682904d01dea2be6246c2f195 100644 (file)
@@ -212,8 +212,9 @@ ps_getpid (struct ps_prochandle *ph)
   return ph->thread->ptid.pid ();
 }
 
+void _initialize_proc_service ();
 void
-_initialize_proc_service (void)
+_initialize_proc_service ()
 {
   /* This function solely exists to make sure this module is linked
      into the final binary.  */
This page took 0.023057 seconds and 4 git commands to generate.