summaryrefslogtreecommitdiff
path: root/coregrind/pub_core_aspacemgr.h
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-09-28 09:37:16 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-09-28 09:37:16 +0000
commitcb249ab3febb3757a0b0582be21952efacf415e5 (patch)
tree42c351ebe0e1941f089cbc4812dabbe06e2cec35 /coregrind/pub_core_aspacemgr.h
parentfd721c2c1c11268e88b6b20bdf5d098ac158a77c (diff)
Privatise parse_procselfmaps() and move it into aspacemgr.c in order
to benefit from the module-cycle-breaking functions in aspacemgr.c. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4805 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind/pub_core_aspacemgr.h')
-rw-r--r--coregrind/pub_core_aspacemgr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h
index e73d8a95..788319a6 100644
--- a/coregrind/pub_core_aspacemgr.h
+++ b/coregrind/pub_core_aspacemgr.h
@@ -41,14 +41,6 @@
#include "pub_tool_aspacemgr.h"
-/* Parses /proc/self/maps, calling `record_mapping' for each entry. */
-extern
-void VG_(parse_procselfmaps) (
- void (*record_mapping)( Addr addr, SizeT len, UInt prot,
- UInt dev, UInt ino, ULong foff,
- const UChar *filename ),
- void (*record_gap)( Addr addr, SizeT len ) );
-
//--------------------------------------------------------------
// Definition of address-space segments