musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fclose.c')
-rw-r--r--src/stdio/fclose.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c
index 26bc37e8..9481470d 100644
--- a/src/stdio/fclose.c
+++ b/src/stdio/fclose.c
@@ -13,7 +13,7 @@ int fclose(FILE *f)
OFLUNLOCK();
}
- r = fflush(f) | f->close(f);
+ r = -(fflush(f) || f->close(f));
if (!perm) free(f);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月05日 18:22:35 +0000

AltStyle によって変換されたページ (->オリジナル) /