[libc-commits] [PATCH] D137286: [libc] Add implementation of ungetc.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 2 13:23:43 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.
A bug in the file read logic has also been fixed along the way. Parts
of the ungetc tests will fail without that bug fixed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137286
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/__support/File/file.cpp
libc/src/__support/File/file.h
libc/src/stdio/CMakeLists.txt
libc/src/stdio/ungetc.cpp
libc/src/stdio/ungetc.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/ungetc_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137286.472738.patch
Type: text/x-patch
Size: 8931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221102/69e304ca/attachment.bin>
More information about the libc-commits
mailing list