[libc-commits] [libc] [libc] Implement ppoll in poll (PR #225767)
Aman Maurya via libc-commits
libc-commits at lists.llvm.org
Wed Sep 23 22:06:26 PDT 2026
================
@@ -35,3 +37,12 @@ functions:
- type: struct pollfd *
- type: nfds_t
- type: int
+ - name: ppoll
+ standards:
+ - posix
+ return_type: int
+ arguments:
+ - type: struct pollfd *
+ - type: nfds_t
+ - type: const struct timespec *
----------------
amanmaurya92 wrote:
I added it now.
https://github.com/llvm/llvm-project/pull/225767
More information about the libc-commits
mailing list