mirror of https://git.musl-libc.org/git/musl
Browse Source
the previous fix was incorrect, as it would prevent f->close(f) from being called if fflush(f) failed. i believe this was the original motivation for using | rather than ||. so now let's just use a second statement to constrain the order of function calls, and to back to using |.rs-1.0
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue