diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-03 12:06:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-03 12:06:42 -0700 |
commit | 53f52cd92acb033df4a50d1557bae9c55c2d4d67 (patch) | |
tree | 0a85e770f5ec72c29a98cff41c9385246e407524 /config.mak.uname | |
parent | 9af098c29b2faa89225556258ae0e3676741c981 (diff) | |
parent | 39539495acb24abfb4dee551e3e9f2e696be7abf (diff) | |
download | git-53f52cd92acb033df4a50d1557bae9c55c2d4d67.tar.gz |
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.uname | 1 |
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 |