VG_(get_memory_from_mmap_for_client)() need not be tool-visible.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3463 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index 2faf8ce..bbab507 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -1095,6 +1095,9 @@
 /* Return string for prot */
 extern const HChar *VG_(prot_str)(UInt prot);
 
+extern Addr VG_(get_memory_from_mmap_for_client)
+               (Addr base, SizeT len, UInt prot, UInt flags);
+
 //extern void VG_(print_shadow_stats)();
 
 /* ---------------------------------------------------------------------
diff --git a/include/tool.h.base b/include/tool.h.base
index 26634aa..efb2551 100644
--- a/include/tool.h.base
+++ b/include/tool.h.base
@@ -482,9 +482,6 @@
 
 extern Bool VG_(is_addressable)(Addr p, SizeT sz, UInt prot);
 
-extern Addr VG_(get_memory_from_mmap_for_client)
-               (Addr base, SizeT len, UInt prot, UInt flags);
-
 extern Bool VG_(is_valgrind_addr)(Addr a);
 
 /* Register an interest in apparently internal faults; used code which