summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-25 18:47:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-25 18:47:58 (GMT)
commita9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b (patch)
tree435a8e2266bc401054359ce857e3d7667c47289f /config.mak.uname
parent75b1b04c63e3dfa02fd71caa95c17ed2c3b43050 (diff)
parent39539495acb24abfb4dee551e3e9f2e696be7abf (diff)
downloadgit-a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b.zip
git-a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b.tar.gz
git-a9041df7ab712be1bfad9e6b67bf4cbf0f7c9c9b.tar.bz2
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.uname1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 23a8803..7846bd7 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