1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-24 04:56:09 +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 compat/inet_ntop: do not use u_int 2006-12-20 13:45:55 -08:00
inet_pton.c Cleaned up git-daemon virtual hosting support. 2006-09-27 18:00:52 -07:00
mmap.c Switch git_mmap to use pread. 2006-12-24 00:29:43 -08:00
pread.c Replacing the system call pread() with lseek()/xread()/lseek() sequence. 2007-01-09 16:40:40 -08:00
setenv.c simplify inclusion of system header files. 2006-12-20 09:51:35 -08:00
strcasestr.c Clean up compatibility definitions. 2005-12-05 15:50:29 -08:00
strlcpy.c simplify inclusion of system header files. 2006-12-20 09:51:35 -08:00
unsetenv.c simplify inclusion of system header files. 2006-12-20 09:51:35 -08:00