[libc-commits] [PATCH] D132705: [libc] Implement POSIX truncate and ftruncate functions for Linux.

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf6506ec44313: [libc] Implement POSIX truncate and ftruncate functions for Linux. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132705

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/ftruncate.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/ftruncate.cpp
  libc/src/unistd/linux/truncate.cpp
  libc/src/unistd/truncate.h
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/ftruncate_test.cpp
  libc/test/src/unistd/truncate_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132705.455995.patch
Type: text/x-patch
Size: 13882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220826/b3d5fe97/attachment.bin>


More information about the libc-commits mailing list