summaryrefslogtreecommitdiff
path: root/libc/src/errno/CMakeLists.txt
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-13[libc] Remove src/errno/errno.h (#98759)Petr Hosek
2024-07-13[libc] Support configurable errno modes (#98287)Petr Hosek
2024-05-13[libc][errno] Use macro instead of system header (#91150)Robin Caloudis
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy
2023-03-14[libc] Make libc_errno point to internal errno for non-public builds.Siva Chandra Reddy
2023-03-03[libc] Make errno an entrypoint.Siva Chandra Reddy
2023-02-28[libc][NFC] Refactor internal errno.Siva Chandra Reddy
2022-03-04[libc] Make the errno macro resolve to the thread local variable directly.Siva Chandra Reddy
2021-07-30[libc][NFC] Add dummy errno target to satisfy mixed mode builds.Siva Chandra Reddy
2020-11-03[LIBC][NFC] Rename errno and assert files to match other files with functionsMichael Jones
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy