From ec24b1b19e9e8a8049102923b036e693039614e5 Mon Sep 17 00:00:00 2001 From: "qsr@chromium.org" Date: Mon, 24 Oct 2011 15:16:10 +0000 Subject: Add mach_vm_deallocate to the set of function not available on iOS5. Review URL: http://breakpad.appspot.com/318003 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@880 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/handler/mach_vm_compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/client/mac/handler/mach_vm_compat.h b/src/client/mac/handler/mach_vm_compat.h index baaf1d0c..e0459be6 100644 --- a/src/client/mac/handler/mach_vm_compat.h +++ b/src/client/mac/handler/mach_vm_compat.h @@ -37,6 +37,7 @@ #if TARGET_OS_IPHONE #include #define mach_vm_address_t vm_address_t +#define mach_vm_deallocate vm_deallocate #define mach_vm_read vm_read #define mach_vm_region vm_region #define mach_vm_region_recurse vm_region_recurse -- cgit v1.2.1