[libc-commits] [libc] [libc] Enable poll function for riscv (PR #139180)
Mikhail R. Gadelha via libc-commits
libc-commits at lists.llvm.org
Tue May 13 14:50:07 PDT 2025
================
@@ -18,14 +18,24 @@
#include <sys/syscall.h> // SYS_poll, SYS_ppoll
+#if SYS_poll
----------------
mikhailramalho wrote:
fixed
https://github.com/llvm/llvm-project/pull/139180
More information about the libc-commits
mailing list