diff options
author | Alexander Potapenko <glider@google.com> | 2012-08-10 12:46:39 +0000 |
---|---|---|
committer | Alexander Potapenko <glider@google.com> | 2012-08-10 12:46:39 +0000 |
commit | 79fc3c042bbe8348fb6f3bff7a5575e4425e5a38 (patch) | |
tree | ccda2800dae8884c35db8599ca5aeffea3c835df /lib/asan/asan_malloc_mac.cc | |
parent | d262653fa207c6ee89700f192c5ff809a8ed6f52 (diff) | |
download | compiler-rt-79fc3c042bbe8348fb6f3bff7a5575e4425e5a38.tar.gz |
Remove the setjmp.h dependency, fix the comment.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@161662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_malloc_mac.cc')
-rw-r--r-- | lib/asan/asan_malloc_mac.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asan/asan_malloc_mac.cc b/lib/asan/asan_malloc_mac.cc index 952aab44e..1b8ce7a93 100644 --- a/lib/asan/asan_malloc_mac.cc +++ b/lib/asan/asan_malloc_mac.cc @@ -1,4 +1,4 @@ -//===-- asan_rtl.cc -------------------------------------------------------===// +//===-- asan_malloc_mac.cc ------------------------------------------------===// // // The LLVM Compiler Infrastructure // @@ -18,7 +18,6 @@ #include <CoreFoundation/CFBase.h> #include <dlfcn.h> #include <malloc/malloc.h> -#include <setjmp.h> #include "asan_allocator.h" #include "asan_interceptors.h" |