update sqlite library -> v1.13.0

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
kim (grufwub) 2021-09-08 21:12:23 +01:00
commit 71a4f8667c
158 changed files with 227599 additions and 4113 deletions

5
vendor/modernc.org/libc/signal/capi_freebsd_amd64.go generated vendored Normal file
View file

@ -0,0 +1,5 @@
// Code generated by 'ccgo signal/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o signal/signal_freebsd_amd64.go -pkgname signal', DO NOT EDIT.
package signal
var CAPI = map[string]struct{}{}

12
vendor/modernc.org/libc/signal/more_freebsd_amd64.go generated vendored Normal file
View file

@ -0,0 +1,12 @@
// Copyright 2020 The Libc Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package signal
const (
// sys/sys/signal.h:139:#define SIG_DFL ((__sighandler_t *)0)
SIG_DFL = 0
// sys/sys/signal.h:140:#define SIG_IGN ((__sighandler_t *)1)
SIG_IGN = 1
)

1621
vendor/modernc.org/libc/signal/signal_freebsd_amd64.go generated vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -1628,9 +1628,7 @@ type X_libc_fpstate = struct {
}
Ffpsr uint32 /* unsigned fpsr: 32 */
Ffpcr uint32 /* unsigned fpcr: 32 */
_ [1]byte
Fftype [8]uint8
_ [3]byte
Finit_flag uint32
} /* ucontext.h:81:1 */