summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_mac.cc
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2015-02-04 19:14:35 +0000
committerJuergen Ributzka <juergen@apple.com>2015-02-04 19:14:35 +0000
commit1563828df645cf11c07a8b57f57c82ada783e067 (patch)
tree7805e6715aa0553710f5559ade4e7a354a96e2d0 /lib/asan/asan_malloc_mac.cc
parente58a3726161aeb4d5c1dfa38bb4736599f605c6a (diff)
downloadcompiler-rt-1563828df645cf11c07a8b57f57c82ada783e067.tar.gz
Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"
Reverting r228137 to unbreak the build bots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@228172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_malloc_mac.cc')
-rw-r--r--lib/asan/asan_malloc_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_malloc_mac.cc b/lib/asan/asan_malloc_mac.cc
index c145ee6e3..d7a6307c9 100644
--- a/lib/asan/asan_malloc_mac.cc
+++ b/lib/asan/asan_malloc_mac.cc
@@ -156,7 +156,7 @@ namespace {
// wrappers, as they are basically copied from there.
extern "C"
SANITIZER_INTERFACE_ATTRIBUTE
-size_t __asan_mz_size(malloc_zone_t *zone, const void* ptr) {
+size_t __asan_mz_size(malloc_zone_t* zone, const void* ptr) {
return asan_mz_size(ptr);
}