The POSIX global variable environ has also been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135351
[libc] Add POSIX execv and execve functions. ClosedPublic Authored by sivachandra on Oct 6 2022, 1:05 AM.
Details
Summary The POSIX global variable environ has also been added.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 6 2022, 1:05 AM This revision is now accepted and ready to land.Oct 6 2022, 10:17 AM Closed by commit rG3f965818b6a9: [libc] Add POSIX execv and execve functions. (authored by sivachandra). · Explain WhyOct 6 2022, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465675 libc/cmake/modules/LLVMLibCTestRules.cmake
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/__exec_argv_t.h
libc/include/llvm-libc-types/__exec_envp_t.h
libc/loader/linux/aarch64/start.cpp
libc/loader/linux/x86_64/CMakeLists.txt
libc/loader/linux/x86_64/start.cpp
libc/spec/posix.td
libc/src/unistd/CMakeLists.txt
libc/src/unistd/environ.h
libc/src/unistd/environ.cpp
libc/src/unistd/execv.h
libc/src/unistd/execve.h
libc/src/unistd/linux/CMakeLists.txt
libc/src/unistd/linux/execv.cpp
libc/src/unistd/linux/execve.cpp
libc/test/integration/src/unistd/CMakeLists.txt
libc/test/integration/src/unistd/execv_test.cpp
libc/test/integration/src/unistd/execv_test_normal_exit.cpp
libc/test/integration/src/unistd/execv_test_signal_exit.cpp
libc/test/integration/src/unistd/execve_test.cpp
|