diff options
author | 2024-04-15 08:34:49 +0000 | |
---|---|---|
committer | 2024-04-15 08:34:49 +0000 | |
commit | 66e4510bf1360b00cd5fe710aac31fb97c49e62a (patch) | |
tree | dc1320664f7e6cdc2076d19354b41b57328e4c6b /vendor/golang.org/x/sys/unix/mmap_nomremap.go | |
parent | [chore] Delete the unnecessary #, because this # lead to the wrong URL (#2830) (diff) | |
download | gotosocial-66e4510bf1360b00cd5fe710aac31fb97c49e62a.tar.xz |
[chore]: Bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#2835)
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mmap_nomremap.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/mmap_nomremap.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/mmap_nomremap.go b/vendor/golang.org/x/sys/unix/mmap_nomremap.go index 4b68e5978..7f602ffd2 100644 --- a/vendor/golang.org/x/sys/unix/mmap_nomremap.go +++ b/vendor/golang.org/x/sys/unix/mmap_nomremap.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || openbsd || solaris +//go:build aix || darwin || dragonfly || freebsd || openbsd || solaris || zos package unix |