Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122284
[libc][File] Fix a bug under fseek(..., SEEK_CUR). ClosedPublic Authored by sivachandra on Mar 22 2022, 9:49 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 22 2022, 9:49 PM This revision is now accepted and ready to land.Mar 23 2022, 6:39 AM Closed by commit rGa0f6d12cd482: [libc][File] Fix a bug under fseek(..., SEEK_CUR). (authored by sivachandra). · Explain WhyMar 23 2022, 9:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 417656 libc/src/__support/File/CMakeLists.txt
libc/src/__support/File/file.cpp
libc/test/src/__support/File/file_test.cpp
libc/test/src/__support/File/platform_file_test.cpp
|