diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-25 11:47:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-25 11:47:58 -0700 |
commit | a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b (patch) | |
tree | 435a8e2266bc401054359ce857e3d7667c47289f /config.mak.uname | |
parent | 75b1b04c63e3dfa02fd71caa95c17ed2c3b43050 (diff) | |
parent | 39539495acb24abfb4dee551e3e9f2e696be7abf (diff) | |
download | git-a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b.tar.gz |
Merge branch 'nd/index-pack-one-fd-per-thread' into maint
We used to disable threaded "git index-pack" on platforms without
thread-safe pread(); use a different workaround for such
platforms to allow threaded "git index-pack".
* nd/index-pack-one-fd-per-thread:
index-pack: work around thread-unsafe pread()
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname index 23a8803656..7846bd7657 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -157,7 +157,6 @@ ifeq ($(uname_O),Cygwin) NO_SYMLINK_HEAD = YesPlease NO_IPV6 = YesPlease OLD_ICONV = UnfortunatelyYes - NO_THREAD_SAFE_PREAD = YesPlease # There are conflicting reports about this. # On some boxes NO_MMAP is needed, and not so elsewhere. # Try commenting this out if you suspect MMAP is more efficient |