summaryrefslogtreecommitdiff
path: root/libc/test/src/poll/poll_test.cpp
AgeCommit message (Collapse)Author
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
Either remove spurious libc_errno.h which are no longer needed, or migrate some tests to ErrnoCheckingTest to remove manual errno manipulation.
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make ↵lntue
LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187) This is the first step in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers
Simple syscall. Fixes: #124647