[asan] trying to fix Mac build

llvm-svn: 224370
This commit is contained in:
Kostya Serebryany 2014-12-16 21:06:07 +00:00
parent ce4757b8e7
commit 5f5bc4abd3
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ uptr GetRSS() {
}
void *internal_start_thread(void (*func)(void *arg), void *arg) { return 0; }
void internal_join_thread(void *th) { return 0; }
void internal_join_thread(void *th) { }
} // namespace __sanitizer