[libc-commits] [PATCH] D135752: [libc] Add a simple implementation of the posix_spawn function.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 13 11:44:50 PDT 2022
sivachandra updated this revision to Diff 467551.
sivachandra added a comment.
Fix a typo and add a missing include.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135752/new/
https://reviews.llvm.org/D135752
Files:
libc/cmake/modules/LLVMLibCTestRules.cmake
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/posix_spawnattr_t.h
libc/spec/posix.td
libc/spec/spec.td
libc/src/spawn/CMakeLists.txt
libc/src/spawn/linux/CMakeLists.txt
libc/src/spawn/linux/posix_spawn.cpp
libc/src/spawn/posix_spawn.h
libc/test/integration/src/CMakeLists.txt
libc/test/integration/src/spawn/CMakeLists.txt
libc/test/integration/src/spawn/posix_spawn_test.cpp
libc/test/integration/src/spawn/posix_spawn_test_binary.cpp
libc/test/integration/src/spawn/test_binary_properties.h
libc/test/integration/src/spawn/testdata/CMakeLists.txt
libc/utils/IntegrationTest/CMakeLists.txt
libc/utils/IntegrationTest/test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135752.467551.patch
Type: text/x-patch
Size: 19558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221013/315dc92a/attachment-0001.bin>
More information about the libc-commits
mailing list