Merge branch 'jk/open-returns-eintr'
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Mar 2021 23:34:45 +0000 (15:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Mar 2021 23:34:45 +0000 (15:34 -0800)
commit921846fa22adb0abc3fb35e18c6be5feb5091cdd
tree4b53b3b120ff88bf1e1e93d7e36902d1aa5d8a8f
parent85c787f1e9476c3b8cbeeb4656973d0f1efd9881
parentbbabaad29823890f328086c6f11b3dddc118adb8
Merge branch 'jk/open-returns-eintr'

Work around platforms whose open() is reported to return EINTR (it
shouldn't, as we do our signals with SA_RESTART).

* jk/open-returns-eintr:
  config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big Sur
  Makefile: add OPEN_RETURNS_EINTR knob
Makefile
config.mak.uname
git-compat-util.h