Skip to content

Commit be7935e

Browse files
committed
Merged the open-eintr workaround for macOS
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 58d581c commit be7935e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ Performance, Internal Implementation, Development Support etc.
222222
* Raise the buffer size used when writing the index file out from
223223
(obviously too small) 8kB to (clearly sufficiently large) 128kB.
224224

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

226231
Fixes since v2.30
227232
-----------------

0 commit comments

Comments
 (0)