[libc-commits] [PATCH] D118435: [libc] Add implementations of the POSIX creat and openat functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 27 23:19:15 PST 2022


sivachandra created this revision.
sivachandra added a reviewer: abrachet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118435

Files:
  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
  libc/test/src/fcntl/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118435.403899.patch
Type: text/x-patch
Size: 11535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220128/0be46f09/attachment.bin>


More information about the libc-commits mailing list