Skip to content

Commit

Permalink
Merged the open-eintr workaround for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Mar 4, 2021
1 parent 58d581c commit be7935e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/RelNotes/2.31.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ Performance, Internal Implementation, Development Support etc.
* Raise the buffer size used when writing the index file out from
(obviously too small) 8kB to (clearly sufficiently large) 128kB.

* It is reported that open() on some platforms (e.g. macOS Big Sur)
can return EINTR even though our timers are set up with SA_RESTART.
A workaround has been implemented and enabled for macOS to rerun
open() transparently from the caller when this happens.


Fixes since v2.30
-----------------
Expand Down

0 comments on commit be7935e

Please sign in to comment.