Details
Details
- Reviewers
lntue michaelrj - Commits
- rG6e675fba3a51: [libc] Add POSIX functions pread and pwrite.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133888
[libc] Add POSIX functions pread and pwrite. ClosedPublic Authored by sivachandra on Sep 14 2022, 12:29 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 14 2022, 12:29 PM This revision is now accepted and ready to land.Sep 14 2022, 1:09 PM Closed by commit rG6e675fba3a51: [libc] Add POSIX functions pread and pwrite. (authored by sivachandra). · Explain WhySep 14 2022, 1:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460213 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
|