summaryrefslogtreecommitdiff
path: root/combine-diff.c
diff options
context:
space:
mode:
authorLibravatar Filipe Cabecinhas <filcab@gmail.com>2013-05-10 15:24:57 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-05-17 12:16:30 -0700
commit6c642a878688adf46b226903858b53e2d31ac5c3 (patch)
tree8fc188945aa2789a37089c4322c99bacbe4ccaca /combine-diff.c
parentGit 1.8.2 (diff)
downloadtgif-6c642a878688adf46b226903858b53e2d31ac5c3.tar.xz
compate/clipped-write.c: large write(2) fails on Mac OS X/XNU
Due to a bug in the Darwin kernel, write(2) calls have a maximum size of INT_MAX bytes. Introduce a new compat function, clipped_write(), that only writes at most INT_MAX bytes and returns the number of bytes written, as a substitute for write(2), and allow platforms that need this to enable it from the build mechanism with NEEDS_CLIPPED_WRITE. Set it for Mac OS X by default. It may be necessary to include this function on Windows, too. Signed-off-by: Filipe Cabecinhas <filcab+git@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'combine-diff.c')
0 files changed, 0 insertions, 0 deletions