mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 09:12:26 -05:00
update sqlite library -> v1.13.0
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
2b14b20802
commit
71a4f8667c
158 changed files with 227599 additions and 4113 deletions
7
vendor/modernc.org/libc/pthreads.go
generated
vendored
7
vendor/modernc.org/libc/pthreads.go
generated
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue