mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
|
@ -25,9 +25,9 @@
|
|||
*/
|
||||
void _flushlbf(void) {
|
||||
int i;
|
||||
for (i = 0; i < g_fflush.handles.i; ++i) {
|
||||
if (g_fflush.handles.p[i]->bufmode == _IOLBF) {
|
||||
fflush(g_fflush.handles.p[i]);
|
||||
for (i = 0; i < __fflush.handles.i; ++i) {
|
||||
if (__fflush.handles.p[i]->bufmode == _IOLBF) {
|
||||
fflush(__fflush.handles.p[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue