Skip to content

Commit 103d530

Browse files
mark987gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92f63d2 commit 103d530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ ifeq ($(uname_O),Cygwin)
159159
NO_SYMLINK_HEAD = YesPlease
160160
NO_IPV6 = YesPlease
161161
OLD_ICONV = UnfortunatelyYes
162+
NO_THREAD_SAFE_PREAD = YesPlease
162163
else
163164
NO_REGEX = UnfortunatelyYes
164165
endif
165-
NO_THREAD_SAFE_PREAD = YesPlease
166166
NEEDS_LIBICONV = YesPlease
167167
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
168168
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes

0 commit comments

Comments
 (0)