[sanitizer] Attempt to fix strace_test.cc on ppc64le

llvm-svn: 331964
This commit is contained in:
Vitaly Buka 2018-05-10 08:16:23 +00:00
parent 864ef70eb0
commit 327f5f3a92
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ bool ThreadSuspender::SuspendAllThreads() {
if (SuspendThread(tid))
retry = true;
} while (retry);
return true;
return suspended_threads_list_.ThreadCount();
}
// Pointer to the ThreadSuspender instance for use in signal handler.