[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
Thu Oct 13 12:00:17 PDT 2022


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.467559.patch
Type: text/x-patch
Size: 8790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221013/a3e94f5a/attachment.bin>


More information about the libc-commits mailing list