[libc-commits] [PATCH] D119458: [libc] Add a platform independent buffered file IO data structure.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 10 09:56:26 PST 2022


sivachandra created this revision.
sivachandra added reviewers: abrachet, lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119458

Files:
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/stdio-macros.h
  libc/include/stdio.h.def
  libc/src/__support/CMakeLists.txt
  libc/src/__support/File/CMakeLists.txt
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/File/CMakeLists.txt
  libc/test/src/__support/File/file_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119458.407593.patch
Type: text/x-patch
Size: 19872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220210/2aa15af4/attachment-0001.bin>


More information about the libc-commits mailing list