diff options
author | 2024-04-17 17:10:51 +0100 | |
---|---|---|
committer | 2024-04-17 17:10:51 +0100 | |
commit | b3f2d441439af9d36096d11036220136588def43 (patch) | |
tree | 87e7f8808fed70fa6b3d303bd139f03de67b8621 /vendor/modernc.org/libc/libc_unix1.go | |
parent | update to set requesting account when deleting status (#2849) (diff) | |
download | gotosocial-b3f2d441439af9d36096d11036220136588def43.tar.xz |
bump to modernc.org/sqlite v1.29.7 (#2850)
Diffstat (limited to 'vendor/modernc.org/libc/libc_unix1.go')
-rw-r--r-- | vendor/modernc.org/libc/libc_unix1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modernc.org/libc/libc_unix1.go b/vendor/modernc.org/libc/libc_unix1.go index f6acf93ac..45cd84586 100644 --- a/vendor/modernc.org/libc/libc_unix1.go +++ b/vendor/modernc.org/libc/libc_unix1.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 unix && !illumos +//go:build unix && !illumos && !(linux && (amd64 || loong64)) && !openbsd package libc // import "modernc.org/libc" |