summaryrefslogtreecommitdiff
path: root/libc/src/sys/epoll/linux/epoll_wait.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-05[libc] Unpoison epoll structs (#94536)Michael Jones
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-01[libc] Support epoll_wait using epoll_pwait (#80224)michaelrj-google
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google