[libc-commits] [PATCH] D77626: [libc] Add very basic stdio FILE and fwrite
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 13 14:07:53 PDT 2020
abrachet updated this revision to Diff 257110.
abrachet marked 3 inline comments as done.
abrachet added a comment.
Remove cookie from the base FILE type
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77626/new/
https://reviews.llvm.org/D77626
Files:
libc/config/linux/api.td
libc/include/CMakeLists.txt
libc/include/stdio.h.def
libc/spec/stdc.td
libc/src/CMakeLists.txt
libc/src/stdio/CMakeLists.txt
libc/src/stdio/FILE.h
libc/src/stdio/fwrite.cpp
libc/src/stdio/fwrite.h
libc/test/src/CMakeLists.txt
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fwrite_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77626.257110.patch
Type: text/x-patch
Size: 8517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200413/b427622f/attachment.bin>
More information about the libc-commits
mailing list