[all-commits] [llvm/llvm-project] 9db003: [libc] Add implementations of feof, ferror and cle...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Apr 29 16:07:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9db0037bf1b36833295a765c040af3a07290f73c
https://github.com/llvm/llvm-project/commit/9db0037bf1b36833295a765c040af3a07290f73c
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/gnu_ext.td
M libc/spec/stdc.td
M libc/src/__support/File/file.h
M libc/src/stdio/CMakeLists.txt
A libc/src/stdio/clearerr.cpp
A libc/src/stdio/clearerr.h
A libc/src/stdio/clearerr_unlocked.cpp
A libc/src/stdio/clearerr_unlocked.h
A libc/src/stdio/feof.cpp
A libc/src/stdio/feof.h
A libc/src/stdio/feof_unlocked.cpp
A libc/src/stdio/feof_unlocked.h
A libc/src/stdio/ferror.cpp
A libc/src/stdio/ferror.h
A libc/src/stdio/ferror_unlocked.cpp
A libc/src/stdio/ferror_unlocked.h
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/fileop_test.cpp
M libc/test/src/stdio/fopencookie_test.cpp
M libc/test/src/stdio/unlocked_fileop_test.cpp
Log Message:
-----------
[libc] Add implementations of feof, ferror and clearerr.
The corresponding _unlocked functions have also been added.
Reviewed By: lntue, michaelrj
Differential Revision: https://reviews.llvm.org/D124311
More information about the All-commits
mailing list