• Show log

    Commit

  • Hash : 79ca2edc
    Author : Ramsay Jones
    Date : 2009-03-20T19:51:48

    win32: Add routines to abstract memory-mapped file functions
    
    In particular, the git__mmap() and git__munmap() routines provide
    the interface to platform specific memory-mapped file facilities.
    We provide implementations for unix and win32, which can be found
    in their own sub-directories.
    
    Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>