[all-commits] [llvm/llvm-project] 85dff7: [libc] Add linux implementation of POSIX fchmodat ...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Aug 24 11:46:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85dff76416b2247bdf0357f0b40238dcd15043ee
https://github.com/llvm/llvm-project/commit/85dff76416b2247bdf0357f0b40238dcd15043ee
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/posix.td
M libc/src/sys/stat/CMakeLists.txt
A libc/src/sys/stat/fchmodat.h
M libc/src/sys/stat/linux/CMakeLists.txt
A libc/src/sys/stat/linux/fchmodat.cpp
M libc/test/src/sys/stat/CMakeLists.txt
A libc/test/src/sys/stat/fchmodat_test.cpp
M libc/test/src/sys/stat/testdata/CMakeLists.txt
Log Message:
-----------
[libc] Add linux implementation of POSIX fchmodat function.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D132533
More information about the All-commits
mailing list