mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
bump to modernc.org/sqlite v1.29.7 (#2850)
This commit is contained in:
parent
c67bbe5ba0
commit
b3f2d44143
120 changed files with 631479 additions and 58069 deletions
6
vendor/modernc.org/libc/mem.go
generated
vendored
6
vendor/modernc.org/libc/mem.go
generated
vendored
|
|
@ -2,8 +2,10 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build !libc.membrk && !libc.memgrind
|
||||
// +build !libc.membrk,!libc.memgrind
|
||||
//go:build !libc.membrk && !libc.memgrind && !(linux && (amd64 || loong64))
|
||||
// +build !libc.membrk
|
||||
// +build !libc.memgrind
|
||||
// +build !linux !amd64,!loong64
|
||||
|
||||
package libc // import "modernc.org/libc"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue