================ @@ -159,6 +160,22 @@ MainLoopPosix::RunImpl::RunImpl(MainLoopPosix &loop) : loop(loop) { read_fds.reserve(loop.m_read_fds.size()); } +int MainLoopPosix::RunImpl::StartPoll( + std::optional<MainLoopPosix::TimePoint> point) { +#if HAVE_PPOLL ---------------- DhruvSrivastavaX wrote:
I noticed that HAVE_PPOLL is always defined but only its value will either be 0 or 1, so added accordingly. https://github.com/llvm/llvm-project/pull/120378 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits