diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-02 15:54:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-02 15:54:54 -0700 |
commit | 29d5350c0115d8847d010830b0dcca429b038e31 (patch) | |
tree | 598980e3e9e7265abb7292849420292e43244ac8 /config.mak.uname | |
parent | 1197c2298bd47c7046b57d92df2fd055051fbe99 (diff) | |
parent | 6c642a878688adf46b226903858b53e2d31ac5c3 (diff) | |
download | git-29d5350c0115d8847d010830b0dcca429b038e31.tar.gz git-29d5350c0115d8847d010830b0dcca429b038e31.tar.xz |
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.uname | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname index d78fd3df5..174703b67 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 |