summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-03 19:06:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-03 19:06:42 (GMT)
commit53f52cd92acb033df4a50d1557bae9c55c2d4d67 (patch)
tree0a85e770f5ec72c29a98cff41c9385246e407524 /config.mak.uname
parent9af098c29b2faa89225556258ae0e3676741c981 (diff)
parent39539495acb24abfb4dee551e3e9f2e696be7abf (diff)
downloadgit-53f52cd92acb033df4a50d1557bae9c55c2d4d67.zip
git-53f52cd92acb033df4a50d1557bae9c55c2d4d67.tar.gz
git-53f52cd92acb033df4a50d1557bae9c55c2d4d67.tar.bz2
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 97acf8f..f2a4d63 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