1
0
mirror of https://github.com/git/git.git synced 2024-09-28 10:00:54 +02:00
git/compat
Johannes Schindelin 730d48a2ef [PATCH] If NO_MMAP is defined, fake mmap() and munmap()
Since some platforms do not support mmap() at all, and others do only just
so, this patch introduces the option to fake mmap() and munmap() by
malloc()ing and read()ing explicitely.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
2005-10-08 15:54:36 -07:00
..
mmap.c [PATCH] If NO_MMAP is defined, fake mmap() and munmap() 2005-10-08 15:54:36 -07:00
strcasestr.c
subprocess.py