commit | 81c8a6c06d9eb977a4869e7a6b0f9c03f6be9c4e | [log] [tgz] |
---|---|---|
author | Alvar Penning <post@0x21.biz> | Sun Jun 04 07:56:06 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 05 16:39:39 2023 +0000 |
tree | 7d0eff6e6e6de83b77ec09c122bb277f07a10626 | |
parent | ff98eae2a0cc3ace67e30e3e41908d279a7c13cb [diff] |
unix: add Getresuid and Getresgid for OpenBSD 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: cff11701438edc20bef2961bb73bf9c6ea81b4a1 GitHub-Pull-Request: golang/sys#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 repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.