summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/pthreads.go
diff options
context:
space:
mode:
authorLibravatar kim (grufwub) <grufwub@gmail.com>2021-09-08 21:12:23 +0100
committerLibravatar kim (grufwub) <grufwub@gmail.com>2021-09-08 21:12:23 +0100
commit71a4f8667c63c2ffbe58eee7b5e963d3e09a42de (patch)
treed78cb33084b46cc0490b81a6422eee5207f608cc /vendor/modernc.org/libc/pthreads.go
parentrework media processing a little bit (#191) (diff)
downloadgotosocial-71a4f8667c63c2ffbe58eee7b5e963d3e09a42de.tar.xz
update sqlite library -> v1.13.0
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
Diffstat (limited to 'vendor/modernc.org/libc/pthreads.go')
-rw-r--r--vendor/modernc.org/libc/pthreads.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/modernc.org/libc/pthreads.go b/vendor/modernc.org/libc/pthreads.go
index 680e10ead..9f4db4dbb 100644
--- a/vendor/modernc.org/libc/pthreads.go
+++ b/vendor/modernc.org/libc/pthreads.go
@@ -4,9 +4,14 @@
//TODO darwin,amd64
//TODO darwin,arm64
+//TODO freebsd,amd64
+//TODO linux,386
+//TODO linux,arm
+//TODO linux,arm64
//TODO linux,s390x
-// +build linux,amd64 linux,386 linux,arm64
+//go:build linux && amd64
+// +build linux,amd64
package libc // import "modernc.org/libc"