This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libc
/
src
/
spawn
History
AZero13
14363ebdf7
[libc] Never consider an fd being 0 as an error when opening (
#176581
)
...
This is not semantically correct, as we can get 0 when calling open.
2026-01-20 12:30:48 -08:00
..
linux
[libc] Never consider an fd being 0 as an error when opening (
#176581
)
2026-01-20 12:30:48 -08:00
CMakeLists.txt
[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h> includes. (
#150303
)
2025-07-23 20:19:52 -04:00
file_actions.h
[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h> includes. (
#150303
)
2025-07-23 20:19:52 -04:00
posix_spawn_file_actions_addclose.cpp
[libc] Split out src/__support/alloc-checker.h (
#173104
)
2025-12-22 11:04:33 -08:00
posix_spawn_file_actions_addclose.h
…
posix_spawn_file_actions_adddup2.cpp
[libc] Split out src/__support/alloc-checker.h (
#173104
)
2025-12-22 11:04:33 -08:00
posix_spawn_file_actions_adddup2.h
…
posix_spawn_file_actions_addopen.cpp
[libc] Split out src/__support/alloc-checker.h (
#173104
)
2025-12-22 11:04:33 -08:00
posix_spawn_file_actions_addopen.h
…
posix_spawn_file_actions_destroy.cpp
[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (
#143187
)
2025-06-11 16:25:27 -04:00
posix_spawn_file_actions_destroy.h
…
posix_spawn_file_actions_init.cpp
…
posix_spawn_file_actions_init.h
…
posix_spawn.h
…