[all-commits] [llvm/llvm-project] a0f6d1: [libc][File] Fix a bug under fseek(..., SEEK_CUR).
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Mar 23 09:24:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0f6d12cd482fa37713aff2f34d1aee05766d2ca
https://github.com/llvm/llvm-project/commit/a0f6d12cd482fa37713aff2f34d1aee05766d2ca
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M libc/src/__support/File/CMakeLists.txt
M libc/src/__support/File/file.cpp
M libc/test/src/__support/File/file_test.cpp
M libc/test/src/__support/File/platform_file_test.cpp
Log Message:
-----------
[libc][File] Fix a bug under fseek(..., SEEK_CUR).
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D122284
More information about the All-commits
mailing list