[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
Tue Apr 14 01:33:17 PDT 2020
abrachet updated this revision to Diff 257220.
abrachet marked 2 inline comments as done.
abrachet edited the summary of this revision.
abrachet added a comment.
Remove `fwrite_unlocked` from internal header
Internally refer to `FILE` by its fully qualified name `__llvm_libc::FILE` NFC
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.257220.patch
Type: text/x-patch
Size: 8428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200414/90a008f2/attachment.bin>
More information about the libc-commits
mailing list