[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
Fri Jan 28 11:28:32 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4abfe47e1fc8: [libc] Add implementations of the POSIX creat and openat functions. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D118435?vs=403899&id=404109#toc

Repository:
  rG LLVM Github Monorepo

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

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.404109.patch
Type: text/x-patch
Size: 11535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220128/33163022/attachment.bin>


More information about the libc-commits mailing list