This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add the implementation of the fflush function.
ClosedPublic

Authored by sivachandra on Apr 20 2022, 1:35 AM.

Details

Summary

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.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 20 2022, 1:35 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 20 2022, 1:35 AM
sivachandra requested review of this revision.Apr 20 2022, 1:35 AM
lntue accepted this revision.Apr 20 2022, 7:24 AM
This revision is now accepted and ready to land.Apr 20 2022, 7:24 AM
This revision was automatically updated to reflect the committed changes.