summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mac.cc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-03-28 21:16:09 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-03-28 21:16:09 +0000
commitb157c67e17c3fc8805c8b7cb590668885680608f (patch)
tree3fc1baf43d87a1fe0fc38e2428db88fa37cf952c /lib/asan/asan_mac.cc
parentabfdbdf5bc7e9d202652fe061acd20c14a4d22f4 (diff)
downloadcompiler-rt-b157c67e17c3fc8805c8b7cb590668885680608f.tar.gz
Remove all 'static' before ALWAYS_INLINE
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@178290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_mac.cc')
-rw-r--r--lib/asan/asan_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_mac.cc b/lib/asan/asan_mac.cc
index eb1ca93ec..3726950d0 100644
--- a/lib/asan/asan_mac.cc
+++ b/lib/asan/asan_mac.cc
@@ -288,7 +288,7 @@ typedef struct {
u32 parent_tid;
} asan_block_context_t;
-static ALWAYS_INLINE
+ALWAYS_INLINE
void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
AsanThread *t = GetCurrentThread();
if (!t) {