[libc-commits] [PATCH] D133888: [libc] Add POSIX functions pread and pwrite.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 14 13:52:55 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e675fba3a51: [libc] Add POSIX functions pread and pwrite. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133888

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/pread.cpp
  libc/src/unistd/linux/pwrite.cpp
  libc/src/unistd/pread.h
  libc/src/unistd/pwrite.h
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/pread_pwrite_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133888.460213.patch
Type: text/x-patch
Size: 10409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220914/ca12a1af/attachment-0001.bin>


More information about the libc-commits mailing list