[libc-commits] [PATCH] D126829: [libc] add buffering to FILE writes

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 8 11:13:30 PDT 2022


michaelrj updated this revision to Diff 435261.
michaelrj added a comment.

split the buffering modes into different functions, as well as cleaning up each implementation to be simpler in its specific case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126829/new/

https://reviews.llvm.org/D126829

Files:
  libc/config/linux/api.td
  libc/spec/stdc.td
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/src/__support/File/linux_file.cpp
  libc/test/src/__support/File/file_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126829.435261.patch
Type: text/x-patch
Size: 18305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220608/34684e04/attachment.bin>


More information about the libc-commits mailing list