summaryrefslogtreecommitdiff
path: root/libc/test/src/spawn/posix_spawn_file_actions_test.cpp
AgeCommit message (Expand)Author
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2023-10-04[libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833)Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy