diff options
author | qsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-10-24 15:16:10 +0000 |
---|---|---|
committer | qsr@chromium.org <qsr@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-10-24 15:16:10 +0000 |
commit | ec24b1b19e9e8a8049102923b036e693039614e5 (patch) | |
tree | adddb00b8255eff5af69fd37ed61d0c2c6fb8374 /src/client/mac | |
parent | Do not use mach_vm.h on iOS. (diff) | |
download | breakpad-ec24b1b19e9e8a8049102923b036e693039614e5.tar.xz |
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
Diffstat (limited to 'src/client/mac')
-rw-r--r-- | src/client/mac/handler/mach_vm_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mach/vm_map.h> #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 |