[libc-commits] [PATCH] D133814: [libc] Add implementation of POSIX function "access".

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 14 00:44:58 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133814/new/

https://reviews.llvm.org/D133814

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/unistd-macros.h
  libc/include/llvm-libc-macros/unistd-macros.h
  libc/include/unistd.h.def
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/access.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/access.cpp
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/access_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133814.460000.patch
Type: text/x-patch
Size: 9919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220914/5075fccf/attachment-0001.bin>


More information about the libc-commits mailing list