[PATCH] D105878: [sanitizer_common] Define internal_usleep on Solaris

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 02:12:54 PDT 2021


ro added a comment.

In D105878#2873340 <https://reviews.llvm.org/D105878#2873340>, @dvyukov wrote:

> Thanks for fixing this rather than reverting my commit :)

Sure: I prefer that if it's easy as in this case.

> You can do:
> nanosleep(&ts, nullptr);
> Passing in the second pointer is something I forgot to cleanup in my change.

Makes sense and passed a quick retest as expected.

> But otherwise looks good to me.

Thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105878/new/

https://reviews.llvm.org/D105878



More information about the llvm-commits mailing list