]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/platform-pread-may-be-thread-unsafe' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:57:28 +0000 (12:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:57:28 +0000 (12:57 -0700)
On Cygwin, the platform pread(2) is not thread safe, just like our own
compat/ emulation, and cannot be used in the index-pack program.
Makefile variable NO_THREAD_SAFE_PREAD can be defined to avoid use of
this function in a threaded program.

* rj/platform-pread-may-be-thread-unsafe:
  index-pack: Disable threading on cygwin


Trivial merge