forked from OSchip/llvm-project
parent
ce4757b8e7
commit
5f5bc4abd3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue