llvm-project/libc/config
Siva Chandra Reddy 22f9dca113 [libc] Add the implementation of the fflush function.
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.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D124073
2022-04-20 19:43:39 +00:00
..
darwin/arm [libc] Initial support for darwin-aarch64. 2022-03-10 09:26:09 -05:00
linux [libc] Add the implementation of the fflush function. 2022-04-20 19:43:39 +00:00
windows [libc] Change FEnv to use MXCSR as source of truth 2022-03-23 16:08:00 -07:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
public_api.td [libc] Let header generator generate the type header inclusion boiler plate. 2022-01-24 23:25:19 +00:00