Fix declaration of proc_find_memory_regions
authorJoel Brobecker <brobecker@gnat.com>
Thu, 27 Sep 2012 12:51:40 +0000 (12:51 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 27 Sep 2012 12:51:40 +0000 (12:51 +0000)
commit1a04d88fbcb248ee3156732cc38d7cff045cf117
treeb1adc277479848b73fb743756ea355913d6fb325
parentbad43aa52e2d7018830ae79c522f74b4dc3260e4
Fix declaration of proc_find_memory_regions

This function is used as a target_ops callback. The function
implemention was recently changed, but the declaration wasn't
updated accordingly.

This fixes a build failure on Solaris.

gdb/ChangeLog:

        * procfs.c (proc_find_memory_regions): Fix declaration.
gdb/ChangeLog
gdb/procfs.c