[all-commits] [llvm/llvm-project] f6506e: [libc] Implement POSIX truncate and ftruncate func...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Aug 26 12:27:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6506ec4431341b2d067f2d2fcda846129219695
https://github.com/llvm/llvm-project/commit/f6506ec4431341b2d067f2d2fcda846129219695
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/posix.td
M libc/src/unistd/CMakeLists.txt
A libc/src/unistd/ftruncate.h
M libc/src/unistd/linux/CMakeLists.txt
A libc/src/unistd/linux/ftruncate.cpp
A libc/src/unistd/linux/truncate.cpp
A libc/src/unistd/truncate.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/ftruncate_test.cpp
A libc/test/src/unistd/truncate_test.cpp
Log Message:
-----------
[libc] Implement POSIX truncate and ftruncate functions for Linux.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D132705
More information about the All-commits
mailing list