OSDN Git Service

=====================================
authorcorinna <corinna>
Thu, 5 Oct 2000 13:07:02 +0000 (13:07 +0000)
committercorinna <corinna>
Thu, 5 Oct 2000 13:07:02 +0000 (13:07 +0000)
commit8d5864b2dc9b2367906f034d97919dd5320c3aff
treecf6a95a083d1c47107dc90cfdceb7b270ffb7938
parent0ede77829b0ad728b099c3d5e67b2b0da488f8d6
    =====================================
        These changes require rebuilding all.
        =====================================
        * fhandler.h: Add mmap(), munmap() and msync() to fhandler_base
        and fhandler_disk_file.
        * mmem.cc (mmap): Eliminated device dependent implementation details.
        These are moved to the appropriate fhandler class.
        (munmap): Ditto.
        (msync): Ditto.
        (fhandler_base::mmap): New method.
        (fhandler_base::munmap): Ditto.
        (fhandler_base::msync): Ditto.
        (fhandler_disk_file::mmap): Ditto.
        (fhandler_disk_file::munmap): Ditto.
        (fhandler_disk_file::msync): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/mmap.cc