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
…
file_actions.h
…
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
…
posix_spawn_file_actions_destroy.h
…
posix_spawn_file_actions_init.cpp
…
posix_spawn_file_actions_init.h
…
posix_spawn.h
…