From: Nicholas Nethercote Date: Sun, 27 Mar 2005 03:48:13 +0000 (+0000) Subject: VG_(get_memory_from_mmap_for_client)() need not be tool-visible. X-Git-Tag: svn/VALGRIND_3_0_0~855 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f22267612c80187958f4beeef9d00d9dde46cc8;p=thirdparty%2Fvalgrind.git VG_(get_memory_from_mmap_for_client)() need not be tool-visible. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3463 --- diff --git a/coregrind/core.h b/coregrind/core.h index 2faf8cefea..bbab507b94 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -1095,6 +1095,9 @@ extern VGA_REGPARM(2) /* 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 26634aa202..efb25510f3 100644 --- a/include/tool.h.base +++ b/include/tool.h.base @@ -482,9 +482,6 @@ extern void *VG_(shadow_alloc)(UInt size); 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