[libc-commits] [PATCH] D135905: [libc] Add implementation of the POSIX getcwd function.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Oct 14 09:21:08 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8b0e84a6f6be: [libc] Add implementation of the POSIX getcwd function. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135905/new/
https://reviews.llvm.org/D135905
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/string/CMakeLists.txt
libc/src/string/strdup.cpp
libc/src/string/string_utils.h
libc/src/unistd/CMakeLists.txt
libc/src/unistd/getcwd.h
libc/src/unistd/linux/CMakeLists.txt
libc/src/unistd/linux/getcwd.cpp
libc/test/integration/src/unistd/CMakeLists.txt
libc/test/integration/src/unistd/getcwd_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135905.467799.patch
Type: text/x-patch
Size: 8790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221014/8f654cda/attachment-0001.bin>
More information about the libc-commits
mailing list