[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 10:12:24 PDT 2020
abrachet updated this revision to Diff 257013.
abrachet marked an inline comment as done.
abrachet added a comment.
- Use incomplete `struct FILE` as `FILE`'s definition not `void`
- Remove cookie from `write_function_t`
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.257013.patch
Type: text/x-patch
Size: 8534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200413/63ae1126/attachment.bin>
More information about the libc-commits
mailing list