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

add to golang.org/x/sys/unix instead? #1

Open
bradfitz opened this Issue Apr 10, 2016 · 5 comments

Comments

Projects
None yet
3 participants
@bradfitz

bradfitz commented Apr 10, 2016

The canonical repo for extra system calls is golang.org/x/sys/unix.

Can you instead add these system calls to that repo?

@ylih

This comment has been minimized.

Show comment
Hide comment

@ylih ylih closed this Apr 10, 2016

@ylih ylih reopened this Apr 10, 2016

@ylih

This comment has been minimized.

Show comment
Hide comment
@ylih

ylih Apr 10, 2016

Owner

Whoops. Hit the wrong button there. Anyway, yeah; there's the change to that repo. Once that gets done, I'll update README.md to indicate that the functionality has been moved to golang.org/x/sys/unix.

Owner

ylih commented Apr 10, 2016

Whoops. Hit the wrong button there. Anyway, yeah; there's the change to that repo. Once that gets done, I'll update README.md to indicate that the functionality has been moved to golang.org/x/sys/unix.

@bradfitz

This comment has been minimized.

Show comment
Hide comment
@bradfitz

bradfitz Apr 10, 2016

Thanks. I'm reviewing it there, and hopefully @mdempsky can help too.

bradfitz commented Apr 10, 2016

Thanks. I'm reviewing it there, and hopefully @mdempsky can help too.

@jcs

This comment has been minimized.

Show comment
Hide comment
@jcs

jcs Mar 22, 2017

@ylih: it looks like https://go-review.googlesource.com/c/21815/ stalled out and just needs some documentation tweaks (copyright assignment and commit message) before it can be accepted. Was there anything else preventing you from trying to upstream your work?

jcs commented Mar 22, 2017

@ylih: it looks like https://go-review.googlesource.com/c/21815/ stalled out and just needs some documentation tweaks (copyright assignment and commit message) before it can be accepted. Was there anything else preventing you from trying to upstream your work?

@bradfitz

This comment has been minimized.

Show comment
Hide comment
@bradfitz

bradfitz Mar 23, 2017

I finished it up and submitted it.

bradfitz commented Mar 23, 2017

I finished it up and submitted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment