From: Junio C Hamano Date: Wed, 11 Jul 2012 19:57:28 +0000 (-0700) Subject: Merge branch 'rj/platform-pread-may-be-thread-unsafe' into maint X-Git-Tag: v1.7.11.2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e1e8efcc7ec25c8253d56a9b259e711290b3572;p=git.git Merge branch 'rj/platform-pread-may-be-thread-unsafe' into maint 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 --- 2e1e8efcc7ec25c8253d56a9b259e711290b3572