It's only used in auxv.c.
Change-Id: I4992d9aae37b6631a074ab99bbab2f619725b642
/* Print the contents of the target's AUXV on the specified file. */
-int
+static int
fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
{
struct gdbarch *gdbarch = target_gdbarch ();
struct ui_file *file, CORE_ADDR type,
CORE_ADDR val);
-/* Print the contents of the target's AUXV on the specified file. */
-extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
-
extern target_xfer_partial_ftype memory_xfer_auxv;