author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 24 Dec 2006 05:45:37 +0000 (00:45 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 24 Dec 2006 08:16:56 +0000 (00:16 -0800) | ||
commit | d6779124b90ef5c00697815b04c9f75fd3756586 | |
tree | 782ce9b9c475328ebf55dbca35bc6492fae56cc9 | tree | snapshot |
parent | 8dbc0fcef4912f7814b7822324b3c1943e55865b | commit | diff |
Rename gitfakemmap to git_mmap.
This minor cleanup was suggested by Johannes Schindelin.
The mmap is still fake in the sense that we don't support PROT_WRITE
or MAP_SHARED with external modification at all, but that hasn't
stopped us from using mmap() thoughout the Git code.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This minor cleanup was suggested by Johannes Schindelin.
The mmap is still fake in the sense that we don't support PROT_WRITE
or MAP_SHARED with external modification at all, but that hasn't
stopped us from using mmap() thoughout the Git code.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
compat/mmap.c | diff | blob | history | |
git-compat-util.h | diff | blob | history |