You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor to use provided unix functions
golang.org/x/sys/unix provides functions for syscalls like msync that
syscall didn't previously provide. This lets us simplify a little bit
and simultaneously support more platforms that have different constant
names.