summaryrefslogtreecommitdiffstats
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-03 21:06:42 +0200
committerJunio C Hamano <gitster@pobox.com>2014-06-03 21:06:42 +0200
commit53f52cd92acb033df4a50d1557bae9c55c2d4d67 (patch)
tree0a85e770f5ec72c29a98cff41c9385246e407524 /config.mak.uname
parentMerge branch 'ym/fix-opportunistic-index-update-race' (diff)
parentindex-pack: work around thread-unsafe pread() (diff)
downloadgit-53f52cd92acb033df4a50d1557bae9c55c2d4d67.tar.xz
git-53f52cd92acb033df4a50d1557bae9c55c2d4d67.zip
Merge branch 'nd/index-pack-one-fd-per-thread'
Enable threaded index-pack on platforms without thread-unsafe pread() emulation. * 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 97acf8fea6..f2a4d6353c 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -160,7 +160,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