Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121676
[libc] Add implementation of POSIX lseek function. ClosedPublic Authored by sivachandra on Mar 15 2022, 2:03 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 15 2022, 2:03 AM lntue added inline comments. This revision is now accepted and ready to land.Mar 15 2022, 6:50 AM Closed by commit rG827575a7f853: [libc] Add implementation of POSIX lseek function. (authored by sivachandra). · Explain WhyMar 15 2022, 9:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415469 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-macros/CMakeLists.txt
libc/include/llvm-libc-macros/file-seek-macros.h
libc/include/llvm-libc-macros/stdio-macros.h
libc/include/stdio.h.def
libc/include/unistd.h.def
libc/spec/posix.td
libc/src/unistd/CMakeLists.txt
libc/src/unistd/linux/CMakeLists.txt
libc/src/unistd/linux/lseek.cpp
libc/src/unistd/lseek.h
libc/test/src/unistd/CMakeLists.txt
libc/test/src/unistd/lseek_test.cpp
|
I think you should change the header guard to match the file name.