[all-commits] [llvm/llvm-project] 6e675f: [libc] Add POSIX functions pread and pwrite.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Sep 14 13:52:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e675fba3a51faf87bc9df2bcb4e2d6ede1dd167
https://github.com/llvm/llvm-project/commit/6e675fba3a51faf87bc9df2bcb4e2d6ede1dd167
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-09-14 (Wed, 14 Sep 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
M libc/src/unistd/linux/CMakeLists.txt
A libc/src/unistd/linux/pread.cpp
A libc/src/unistd/linux/pwrite.cpp
A libc/src/unistd/pread.h
A libc/src/unistd/pwrite.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/pread_pwrite_test.cpp
Log Message:
-----------
[libc] Add POSIX functions pread and pwrite.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D133888
More information about the All-commits
mailing list