[libc-commits] [PATCH] D124073: [libc] Add the implementation of the fflush function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 20 01:35:52 PDT 2022


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

Note that the underlying flush implementation does not yet fully implement
the POSIX standard. It is complete with respect to the C standard
however. A future change will add the POSIX behavior. It should not affect
the implementation of the fflush function however as the POSIX behavior
will be added in a lower layer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124073

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/File/file.cpp
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/fflush.cpp
  libc/src/stdio/fflush.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fileop_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124073.423837.patch
Type: text/x-patch
Size: 4854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220420/1740cba7/attachment.bin>


More information about the libc-commits mailing list