summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorMark Levedahl <mlevedahl@gmail.com>2013-07-19 23:08:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-22 05:03:09 (GMT)
commit103d530f775d513ff9ebc148a9b54a8677a01790 (patch)
tree70d08af9c0bbc0e21c4e14031d80b3313bec7412 /config.mak.uname
parent92f63d2b055fea3070108fe5015b8158e1c923db (diff)
downloadgit-103d530f775d513ff9ebc148a9b54a8677a01790.zip
git-103d530f775d513ff9ebc148a9b54a8677a01790.tar.gz
git-103d530f775d513ff9ebc148a9b54a8677a01790.tar.bz2
Cygwin 1.7 has thread-safe pread
Per http://cygwin.com/ml/cygwin/2012-07/msg00331.html , cygwin 1.7 was modified to explicitly support git's use of pread, so make this the default. Do not affect earlier cygwin versions. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 4606970..ce0390d 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -159,10 +159,10 @@ ifeq ($(uname_O),Cygwin)
NO_SYMLINK_HEAD = YesPlease
NO_IPV6 = YesPlease
OLD_ICONV = UnfortunatelyYes
+ NO_THREAD_SAFE_PREAD = YesPlease
else
NO_REGEX = UnfortunatelyYes
endif
- NO_THREAD_SAFE_PREAD = YesPlease
NEEDS_LIBICONV = YesPlease
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes