Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135905
[libc] Add implementation of the POSIX getcwd function. ClosedPublic Authored by sivachandra on Oct 13 2022, 12:00 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 13 2022, 12:00 PM This revision is now accepted and ready to land.Oct 13 2022, 1:19 PM Closed by commit rG8b0e84a6f6be: [libc] Add implementation of the POSIX getcwd function. (authored by sivachandra). · Explain WhyOct 14 2022, 9:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467559 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
|