1
0
mirror of https://github.com/git/git.git synced 2024-09-29 06:11:51 +02:00
git/compat
Stefan-W. Hahn 6900679c2f Replacing the system call pread() with lseek()/xread()/lseek() sequence.
Using cygwin with cygwin.dll before 1.5.22 the system call pread() is buggy.
This patch introduces NO_PREAD. If NO_PREAD is set git uses a sequence of
lseek()/xread()/lseek() to emulate pread.

Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-01-09 16:40:40 -08:00
..
inet_ntop.c
inet_pton.c
mmap.c
pread.c
setenv.c
strcasestr.c
strlcpy.c
unsetenv.c