Skip to content

x/sys/unix: add Msync #8245

@gopherbot

Description

@gopherbot
go1.3 does not include a syscall.Msync wrapper. Writable mmaps are not currently usable
on darwin because it doesn't guarantee writeback to the file no munmap, only on explicit
msync.

I've tested that this works:

//sys Msync(b []byte, flags int) (err error)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions