go-obj
go-obj copied to clipboard
obj: syscall.MAP_ANONYMOUS -> syscall.MAP_ANON
Since when MAP_ANON is also defined in other *nix OSes, and have the same value with MAP_ANONYMOUS.
@aclements This at least make the obj package compiled in Darwin, not sure about your plan to support Windows, just I left the TODO as-is.