commit | c892bb7ec2a2624d5417525f44698a5e241dfb04 | [log] [tgz] |
---|---|---|
author | Nuno Cruces <ncruces@users.noreply.github.com> | Wed Jun 26 16:39:30 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Wed Jun 26 17:48:03 2024 +0000 |
tree | e8372a8bc86a56adbde1767348da76523784ffe6 | |
parent | a0ef40af1f19dfed5b852735bcdebe22554248ce [diff] |
unix: fix MmapPtr test failing on OpenBSD OpenBSD apparently doesn't allow unmapping address space if part of the region is already unmapped. This tweaks the test so that munmapping twice no longer happens. Fixes golang/go#68181 Change-Id: I588255f5e10ec015dbb7188eac79cee6be570680 GitHub-Last-Rev: 2535abd892d9063b9bdda69101a45f71c4174124 GitHub-Pull-Request: golang/sys#199 Cq-Include-Trybots: luci.golang.try:go1.22-openbsd-amd64 Reviewed-on: https://go-review.googlesource.com/c/sys/+/595095 TryBot-Bypass: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@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.