Skip to content
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

syscall: Add mlock, munlock, mlockall, munlockall and mprotect to OSX #7415

Closed
worr opened this issue Feb 26, 2014 · 4 comments
Closed

syscall: Add mlock, munlock, mlockall, munlockall and mprotect to OSX #7415

worr opened this issue Feb 26, 2014 · 4 comments
Milestone

Comments

@worr
Copy link
Contributor

worr commented Feb 26, 2014

What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. Write code that uses one of the listed functions
2. Compile

What is the expected output?
It compiles and runs without issue

What do you see instead?
Symbols not found

Which operating system are you using?
OSX 10.7

Which version are you using?  (run 'go version' or 'gccgo --version')
1.2

Please provide any additional information below.
Here's a patch!
https://golang.org/cl/68980043
@robpike
Copy link
Contributor

robpike commented Feb 26, 2014

Comment 1:

To add to the libraries, discuss the change on the mailing list (not here) before
sending a patch, and follow the contribution guidelines at
http://golang.org/doc/contribute.html

Status changed to Invalid.

@bradfitz
Copy link
Contributor

Comment 2:

This is a valid bug report / feature request by itself.  If it hadn't included a patch,
we wouldn't have marked this as Invalid.

Labels changed: added repo-main, release-go1.3maybe.

Status changed to Accepted.

@worr
Copy link
Contributor Author

worr commented Feb 26, 2014

Comment 3:

I'll tidy up the patch and resubmit after I get home from work.

@bradfitz
Copy link
Contributor

Comment 4:

This issue was closed by revision 08706f1.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants