* gdb-add-index.sh: Really remove.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index df84813c9011d21cc45c1167b288786a624db62e..caeb6044bdf57290f5681806b9d394be4e81af44 100644 (file)
@@ -2487,11 +2487,7 @@ gnu_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write,
 
 /* Call FUNC on each memory region in the task.  */
 static int
-gnu_find_memory_regions (int (*func) (CORE_ADDR,
-                                     unsigned long,
-                                     int, int, int,
-                                     void *),
-                        void *data)
+gnu_find_memory_regions (find_memory_region_ftype func, void *data)
 {
   error_t err;
   task_t task;
This page took 0.024308 seconds and 4 git commands to generate.