summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-03-21 12:42:00 +0000
committerAlexey Samsonov <samsonov@google.com>2012-03-21 12:42:00 +0000
commitbeba6448539095b67cab266d09cd7b7d313b8c3d (patch)
treecf3506083f881ecee26f2c45c1162d898de7ca65 /lib/asan/asan_interceptors.h
parent5cf832dc0a6566ae4bb8d48b1f41da623d2c2c1a (diff)
[asan] merge mac-specific interceptors into one function
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@153180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_interceptors.h')
-rw-r--r--lib/asan/asan_interceptors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asan/asan_interceptors.h b/lib/asan/asan_interceptors.h
index 0ab202e4e..2bd66a504 100644
--- a/lib/asan/asan_interceptors.h
+++ b/lib/asan/asan_interceptors.h
@@ -47,8 +47,7 @@ int64_t internal_simple_strtoll(const char *nptr, char **endptr, int base);
void InitializeAsanInterceptors();
#if defined(__APPLE__)
-void InitializeMacGCDInterceptors();
-void PatchCFStringCreateCopy();
+void InitializeMacInterceptors();
#endif // __APPLE__
} // namespace __asan