]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
Makefile
config.mak.uname
git-compat-util.h

diff --cc Makefile
Simple merge
Simple merge
Simple merge