[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 00:41:11 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

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.455818.patch
Type: text/x-patch
Size: 11069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220826/3c2f43f9/attachment-0001.bin>


More information about the libc-commits mailing list