Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc][poll][riscv32] implement fallback for poll in terms of SYS_ppoll_time64 #125940

Open
nickdesaulniers opened this issue Feb 5, 2025 · 1 comment
Labels

Comments

@nickdesaulniers
Copy link
Member

https://github.com/llvm/llvm-project/pull/125118/files#r1943705156

@llvmbot
Copy link
Member

llvmbot commented Feb 5, 2025

@llvm/issue-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

https://github.com//pull/125118/files#r1943705156

nickdesaulniers added a commit that referenced this issue Feb 5, 2025
riscv32 specifically doesn't provide EITHER SYS_poll or SYS_ppoll. We may be
able to reimplement poll in terms of syscalls to SYS_ppoll_time64, but will
leave that as a TODO for the future. (Such as when we want to be able to cross
compile for riscv32).

Link: #125940
Fixes: #125118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants