[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 11:46:50 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85dff76416b2: [libc] Add linux implementation of POSIX fchmodat function. (authored by sivachandra).

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/sys/stat/CMakeLists.txt
  libc/src/sys/stat/fchmodat.h
  libc/src/sys/stat/linux/CMakeLists.txt
  libc/src/sys/stat/linux/fchmodat.cpp
  libc/test/src/sys/stat/CMakeLists.txt
  libc/test/src/sys/stat/fchmodat_test.cpp
  libc/test/src/sys/stat/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132533.455313.patch
Type: text/x-patch
Size: 8328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220824/437c41bd/attachment.bin>


More information about the libc-commits mailing list