[libc-commits] [PATCH] D137507: [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Nov 5 23:27:29 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137507
Files:
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.cpp
libc/src/stdio/fgetc_unlocked.h
libc/src/stdio/getc.cpp
libc/src/stdio/getc.h
libc/src/stdio/getc_unlocked.cpp
libc/src/stdio/getc_unlocked.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fgetc_test.cpp
libc/test/src/stdio/fgetc_unlocked_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137507.473482.patch
Type: text/x-patch
Size: 14328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221106/8b456ad0/attachment.bin>
More information about the libc-commits
mailing list