summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_malloc_mac.cc
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2015-02-04 12:42:12 +0000
committerAlexander Potapenko <glider@google.com>2015-02-04 12:42:12 +0000
commit42fa73cef0a974bb98fcd341a94cc3286a593a58 (patch)
tree3e894e91d8d4183ca08f71b566842d95dd5964ac /compiler-rt/lib/asan/asan_malloc_mac.cc
parent1f92ce67c5dcc34e815ad103be0fcf7fce25fcac (diff)
downloadbcm5719-llvm-42fa73cef0a974bb98fcd341a94cc3286a593a58.tar.gz
bcm5719-llvm-42fa73cef0a974bb98fcd341a94cc3286a593a58.zip
[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h
to fix the interface_symbols_darwin.c test. llvm-svn: 228137
Diffstat (limited to 'compiler-rt/lib/asan/asan_malloc_mac.cc')
-rw-r--r--compiler-rt/lib/asan/asan_malloc_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_malloc_mac.cc b/compiler-rt/lib/asan/asan_malloc_mac.cc
index d7a6307c9bd..c145ee6e393 100644
--- a/compiler-rt/lib/asan/asan_malloc_mac.cc
+++ b/compiler-rt/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);
}
OpenPOWER on IntegriCloud