This function is not used outside of procfs.c.
gdb/ChangeLog:
* procfs.c (proc_get_LDT_entry): Make static.
+2012-09-27 Joel Brobecker <brobecker@adacore.com>
+
+ * procfs.c (proc_get_LDT_entry): Make static.
+
2012-09-27 Joel Brobecker <brobecker@adacore.com>
* procfs.c (proc_find_memory_regions): Fix declaration.
register for the LWP that we're interested in. Returns the
matching ssh struct (LDT entry). */
-struct ssd *
+static struct ssd *
proc_get_LDT_entry (procinfo *pi, int key)
{
static struct ssd *ldt_entry = NULL;