Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118435
[libc] Add implementations of the POSIX creat and openat functions. ClosedPublic Authored by sivachandra on Jan 27 2022, 11:19 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 28 2022, 10:41 AM This revision was landed with ongoing or failed builds.Jan 28 2022, 11:28 AM Closed by commit rG4abfe47e1fc8: [libc] Add implementations of the POSIX creat and openat functions. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 403899 libc/config/linux/x86_64/entrypoints.txt
libc/include/llvm-libc-macros/linux/fcntl-macros.h
libc/spec/posix.td
libc/src/fcntl/CMakeLists.txt
libc/src/fcntl/creat.h
libc/src/fcntl/linux/CMakeLists.txt
libc/src/fcntl/linux/creat.cpp
libc/src/fcntl/linux/openat.cpp
libc/src/fcntl/openat.h
libc/test/src/CMakeLists.txt
libc/test/src/fcntl/CMakeLists.txt
libc/test/src/fcntl/creat_test.cpp
libc/test/src/fcntl/openat_test.cpp
|
Nit: the