The corresponding _unlocked functions have also been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124311
[libc] Add implementations of feof, ferror and clearerr. ClosedPublic Authored by sivachandra on Apr 22 2022, 4:48 PM.
Details Summary The corresponding _unlocked functions have also been added.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 22 2022, 4:48 PM This revision is now accepted and ready to land.Apr 22 2022, 5:57 PM Closed by commit rG9db0037bf1b3: [libc] Add implementations of feof, ferror and clearerr. (authored by sivachandra). · Explain WhyApr 29 2022, 4:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 426186 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.h
libc/src/stdio/clearerr.cpp
libc/src/stdio/clearerr_unlocked.h
libc/src/stdio/clearerr_unlocked.cpp
libc/src/stdio/feof.h
libc/src/stdio/feof.cpp
libc/src/stdio/feof_unlocked.h
libc/src/stdio/feof_unlocked.cpp
libc/src/stdio/ferror.h
libc/src/stdio/ferror.cpp
libc/src/stdio/ferror_unlocked.h
libc/src/stdio/ferror_unlocked.cpp
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
|