summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-02 22:54:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-02 22:54:54 (GMT)
commit29d5350c0115d8847d010830b0dcca429b038e31 (patch)
tree598980e3e9e7265abb7292849420292e43244ac8 /config.mak.uname
parent1197c2298bd47c7046b57d92df2fd055051fbe99 (diff)
parent6c642a878688adf46b226903858b53e2d31ac5c3 (diff)
downloadgit-29d5350c0115d8847d010830b0dcca429b038e31.zip
git-29d5350c0115d8847d010830b0dcca429b038e31.tar.gz
git-29d5350c0115d8847d010830b0dcca429b038e31.tar.bz2
Merge branch 'fc/macos-x-clipped-write'
Mac OS X does not like to write(2) more than INT_MAX number of bytes. * fc/macos-x-clipped-write: compate/clipped-write.c: large write(2) fails on Mac OS X/XNU
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index d78fd3d..174703b 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -95,6 +95,7 @@ ifeq ($(uname_S),Darwin)
NO_MEMMEM = YesPlease
USE_ST_TIMESPEC = YesPlease
HAVE_DEV_TTY = YesPlease
+ NEEDS_CLIPPED_WRITE = YesPlease
COMPAT_OBJS += compat/precompose_utf8.o
BASIC_CFLAGS += -DPRECOMPOSE_UNICODE
endif