Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-12-24 08:45:47 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-24 11:29:43 +0300
commit8e554429e8a9dbb5dba6b8aeca66fc27c0bb5538 (patch)
treeadf7d910ef56f76cef598db30fec509b94c64d92 /utf8.h
parentd6779124b90ef5c00697815b04c9f75fd3756586 (diff)
Switch git_mmap to use pread.
Now that Git depends on pread in index-pack its safe to say we can also depend on it within the git_mmap emulation we activate when NO_MMAP is set. On most systems pread should be slightly faster than an lseek/read/lseek sequence as its one system call vs. three system calls. We also now honor EAGAIN and EINTR error codes from pread and restart the prior read. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'utf8.h')
0 files changed, 0 insertions, 0 deletions