mirror of https://git.musl-libc.org/git/musl
Browse Source
this saves a syscall in the case where the underlying open already took place with O_APPEND, which is common because fopen with append modes sets O_APPEND at the time of open before passing the file descriptor to __fdopen.rs-1.0
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue