Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137507
[libc] Add implementation of getc, getc_unlocked and fgetc_unlocked. ClosedPublic Authored by sivachandra on Nov 5 2022, 11:27 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 5 2022, 11:27 PM This revision is now accepted and ready to land.Nov 7 2022, 1:42 PM This revision was landed with ongoing or failed builds.Nov 7 2022, 1:47 PM Closed by commit rG6a6101958a9e: [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473780 libc/config/linux/x86_64/entrypoints.txt
libc/spec/gnu_ext.td
libc/spec/posix.td
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fgetc_unlocked.h
libc/src/stdio/fgetc_unlocked.cpp
libc/src/stdio/getc.h
libc/src/stdio/getc.cpp
libc/src/stdio/getc_unlocked.h
libc/src/stdio/getc_unlocked.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fgetc_test.cpp
libc/test/src/stdio/fgetc_unlocked_test.cpp
|