-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherrypick lang/go mmap patch... #504
Comments
Sean, I made this change per your suggestion earlier: https://github.com/jsonn/pkgsrc/blob/trunk/lang/go/patches/patch-src_runtime_mem__bsd.go Is it the same fix and will it work until we hit 1.9? I cherry-picked that change over to 2016Q4. |
@mamash It's slightly different in that |
OK cool, I'll align the patch and make note to drop it with 1.9. |
We should cherrypick the mmap(2) patch that officially landed in Go.
We should replace the contents of https://github.com/joyent/pkgsrc/blob/trunk/lang/go/patches/patch-src_runtime_mem__bsd.go with golang/go@13cdd81
CC @jperkin
The text was updated successfully, but these errors were encountered: