edsrzf / mmap-go

A portable mmap package for Go
BSD 3-Clause "New" or "Revised" License
938 stars 129 forks source link

mmap_windows.go: flush() now calls FlushFileBuffers() #6

Closed glycerine closed 8 years ago

glycerine commented 8 years ago

to match msync(,,MS_SYNC) used in mmap_unix.go. Fixes #5.

edsrzf commented 8 years ago

Thank you for the pull request and the detailed issue!