[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
Sun Apr 12 23:57:43 PDT 2020
abrachet updated this revision to Diff 256932.
abrachet added a comment.
- Change FILE's external definition from empty struct to void
- Remove change to syscall_test.cpp
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.256932.patch
Type: text/x-patch
Size: 8541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200413/0323217b/attachment.bin>
More information about the libc-commits
mailing list