Compiles again on Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10863
This commit is contained in:
Bart Van Assche 2009-08-23 11:17:25 +00:00
parent dbdfae4ced
commit d6bedf985d

View File

@ -2986,6 +2986,8 @@ Bool VG_(am_relocate_nooverlap_client)( /*OUT*/Bool* need_discard,
#endif // HAVE_MREMAP
#if defined(VGO_linux)
/*-----------------------------------------------------------------*/
/*--- ---*/
/*--- A simple parser for /proc/self/maps on Linux 2.4.X/2.6.X. ---*/
@ -3491,6 +3493,8 @@ Bool VG_(get_changed_segments)(
return !css_overflowed;
}
#endif // defined(VGO_linux)
#endif // defined(VGO_linux) || defined(VGO_darwin)