-
Notifications
You must be signed in to change notification settings - Fork 589
unix: add Getresuid and Getresgid for OpenBSD #160
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
Conversation
This PR (HEAD: de35087) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/500655 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
This PR (HEAD: b6b247b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/500655 to see it. Tip: You can toggle comments from me using the |
Message from Alvar Penning: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Addresses golang/go#60483. This change was successfully tested on amd64 and adjusted accordingly for the other architectures.
This PR (HEAD: cff1170) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/sys/+/500655 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 3: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Alvar Penning: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Ian Lance Taylor: Patch Set 4: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Message from Tobias Klauser: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/500655. |
Addresses golang/go#60483 for OpenBSD. This change was successfully tested on amd64 and adjusted accordingly for the other architectures. Change-Id: Id63cca342d81d2cc5854eb2923ca7e66bfaa91bf GitHub-Last-Rev: cff1170 GitHub-Pull-Request: #160 Reviewed-on: https://go-review.googlesource.com/c/sys/+/500655 Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This PR is being closed because golang.org/cl/500655 has been merged. |
Addresses golang/go#60483 for OpenBSD.
This change was successfully tested on amd64 and adjusted accordingly for the other architectures.