commit | faed7ec2641160cebe7fdf3fa6d401d848d2710f | [log] [tgz] |
---|---|---|
author | Edoardo Spadolini <edoardo.spadolini@gmail.com> | Tue Jul 02 18:22:43 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Jul 03 02:01:09 2024 +0000 |
tree | 647fe1993ca151440c1a0bc03b163be8abc3dfb3 | |
parent | c892bb7ec2a2624d5417525f44698a5e241dfb04 [diff] |
unix: add PthreadChdir and PthreadFchdir on darwin Fixes golang/go#68226 Change-Id: I92052e2319e4edde21b5e1e47ddb5b261d81448a GitHub-Last-Rev: bc02d6d44bb64ad202c97d3525d5355e8a027a5e GitHub-Pull-Request: golang/sys#201 Reviewed-on: https://go-review.googlesource.com/c/sys/+/595677 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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.