mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
|
@ -37,7 +37,7 @@
|
|||
int fclose(FILE *f) {
|
||||
int rc;
|
||||
if (!f) return 0;
|
||||
_fflushunregister(f);
|
||||
__fflush_unregister(f);
|
||||
fflush(f);
|
||||
if (!f->nofree) {
|
||||
free_s(&f->buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue