[Lldb-commits] [PATCH] D46144: Reflow paragraphs in comments.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 30 08:26:20 PDT 2018
JDevlieghere accepted this revision.
JDevlieghere added a comment.
👍
================
Comment at: source/Host/common/MainLoop.cpp:158
// ppoll(2) is not supported on older all android versions. Also, older
- // versions android (API <= 19) implemented pselect in a non-atomic way, as a
- // combination of pthread_sigmask and select. This is not sufficient for us,
----------------
Is this intentional or maybe an off-by-one error? The `a` is in the 79th colum, which is okay for clang-format.
https://reviews.llvm.org/D46144
More information about the lldb-commits
mailing list