[libc-commits] [PATCH] D132533: [libc] Add linux implementation of POSIX fchmodat function.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 24 00:50:20 PDT 2022
sivachandra updated this revision to Diff 455094.
sivachandra added a comment.
Move fchmodat declaration to fcntl.h. It was previously, incorrectly placed
in sys/stat.h.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132533/new/
https://reviews.llvm.org/D132533
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/fcntl/CMakeLists.txt
libc/src/fcntl/fchmodat.h
libc/src/fcntl/linux/CMakeLists.txt
libc/src/fcntl/linux/fchmodat.cpp
libc/test/src/fcntl/CMakeLists.txt
libc/test/src/fcntl/fchmodat_test.cpp
libc/test/src/sys/stat/testdata/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132533.455094.patch
Type: text/x-patch
Size: 8362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220824/1e5dfe67/attachment-0001.bin>
More information about the libc-commits
mailing list