aboutsummaryrefslogtreecommitdiff
path: root/libc/src/sys/select
AgeCommit message (Expand)AuthorFilesLines
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek2-4/+6
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini2-6/+4
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek2-4/+6
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers1-4/+4
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet2-8/+8
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones1-4/+4
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha1-0/+7
2023-03-02[libc][NFC] Switch use of errno in src/unistd and src/sys to libc_errno.Siva Chandra Reddy1-2/+2
2022-10-22[libc] Add select.h and the implementation of the select function for Linux.Siva Chandra Reddy4-0/+108