diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-28 09:37:16 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-28 09:37:16 +0000 |
commit | cb249ab3febb3757a0b0582be21952efacf415e5 (patch) | |
tree | 42c351ebe0e1941f089cbc4812dabbe06e2cec35 /coregrind/pub_core_aspacemgr.h | |
parent | fd721c2c1c11268e88b6b20bdf5d098ac158a77c (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.h | 8 |
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 |