[PATCH] D105878: [sanitizer_common] Define internal_usleep on Solaris
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 01:29:04 PDT 2021
dvyukov accepted this revision.
dvyukov added a comment.
This revision is now accepted and ready to land.
Thanks for fixing this rather than reverting my commit :)
You can do:
nanosleep(&ts, nullptr);
Passing in the second pointer is something I forgot to cleanup in my change.
But otherwise looks good to me.
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