[libc-commits] [libc] [libc] Enable poll function for riscv (PR #139180)

via libc-commits libc-commits at lists.llvm.org
Thu May 8 20:24:48 PDT 2025


================
@@ -18,14 +18,24 @@
 
 #include <sys/syscall.h> // SYS_poll, SYS_ppoll
 
+#if SYS_poll
----------------
lntue wrote:

All the checks below are `ifdef`?

https://github.com/llvm/llvm-project/pull/139180


More information about the libc-commits mailing list