diff options
author | Filipe Cabecinhas <filcab@gmail.com> | 2013-05-10 15:24:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-17 12:16:30 -0700 |
commit | 6c642a878688adf46b226903858b53e2d31ac5c3 (patch) | |
tree | 8fc188945aa2789a37089c4322c99bacbe4ccaca /diff-delta.c | |
parent | Git 1.8.2 (diff) | |
download | tgif-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 'diff-delta.c')
0 files changed, 0 insertions, 0 deletions