mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 82dc1e2e78 addressed the
resolution of Austin Group issue 529, which requires close to leave
the fd open when failing with EINTR, by returning the newly defined
error code EINPROGRESS. this turns out to be a bad idea, though, since
legacy applications not aware of the new specification are likely to
interpret any error from close except EINTR as a hard failure.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue