[libc-commits] [PATCH] D124311: [libc] Add implementations of feof, ferror and clearerr.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 22 16:48:04 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
The corresponding _unlocked functions have also been added.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124311
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/gnu_ext.td
libc/spec/stdc.td
libc/src/__support/File/file.h
libc/src/stdio/CMakeLists.txt
libc/src/stdio/clearerr.cpp
libc/src/stdio/clearerr.h
libc/src/stdio/clearerr_unlocked.cpp
libc/src/stdio/clearerr_unlocked.h
libc/src/stdio/feof.cpp
libc/src/stdio/feof.h
libc/src/stdio/feof_unlocked.cpp
libc/src/stdio/feof_unlocked.h
libc/src/stdio/ferror.cpp
libc/src/stdio/ferror.h
libc/src/stdio/ferror_unlocked.cpp
libc/src/stdio/ferror_unlocked.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fileop_test.cpp
libc/test/src/stdio/fopencookie_test.cpp
libc/test/src/stdio/unlocked_fileop_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124311.424664.patch
Type: text/x-patch
Size: 25257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220422/194baa11/attachment-0001.bin>
More information about the libc-commits
mailing list