[libc-commits] [PATCH] D132721: [libc] Add Linux implementation of GNU extension function sendfile.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 26 12:14:02 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb8be3dabde8a: [libc] Add Linux implementation of GNU extension function sendfile. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132721

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/sys/sendfile.h.def
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/sys/CMakeLists.txt
  libc/src/sys/sendfile/CMakeLists.txt
  libc/src/sys/sendfile/linux/CMakeLists.txt
  libc/src/sys/sendfile/linux/sendfile.cpp
  libc/src/sys/sendfile/sendfile.h
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/sendfile/CMakeLists.txt
  libc/test/src/sys/sendfile/sendfile_test.cpp
  libc/test/src/sys/sendfile/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132721.455988.patch
Type: text/x-patch
Size: 11069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220826/d9c12d23/attachment-0001.bin>


More information about the libc-commits mailing list