llvm-project/libc/spec
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
..
gnu_ext.td [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. 2022-04-20 15:39:27 +00:00
linux.td [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
llvm_libc_ext.td [libc] Make the errno macro resolve to the thread local variable directly. 2022-03-04 17:29:49 +00:00
posix.td [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. 2022-04-20 15:39:27 +00:00
spec.td [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. 2022-04-20 15:39:27 +00:00
stdc.td [libc] Add the implementation of the fflush function. 2022-04-20 19:43:39 +00:00