[libc-commits] [PATCH] D137356: [libc] Add implementation of setbuf and setvbuf.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Nov 3 13:41:08 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137356

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/setbuf.cpp
  libc/src/stdio/setbuf.h
  libc/src/stdio/setvbuf.cpp
  libc/src/stdio/setvbuf.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/setbuf_test.cpp
  libc/test/src/stdio/setvbuf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137356.473021.patch
Type: text/x-patch
Size: 20237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221103/fc9f3c8a/attachment-0001.bin>


More information about the libc-commits mailing list