extrasys
extrasys copied to clipboard
add to golang.org/x/sys/unix instead?
The canonical repo for extra system calls is golang.org/x/sys/unix.
Can you instead add these system calls to that repo?
https://go-review.googlesource.com/#/c/21797/
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.
Thanks. I'm reviewing it there, and hopefully @mdempsky can help too.
@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?
I finished it up and submitted it.