mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 19:27:33 -06:00
update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958)
This commit is contained in:
parent
9c31e213ca
commit
fdf23a91de
64 changed files with 1070 additions and 8220 deletions
7
vendor/modernc.org/libc/ccgo_linux_loong64.go
generated
vendored
7
vendor/modernc.org/libc/ccgo_linux_loong64.go
generated
vendored
|
|
@ -318,8 +318,9 @@ const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 = 1
|
|||
const __GCC_IEC_559 = 2
|
||||
const __GCC_IEC_559_COMPLEX = 2
|
||||
const __GNUC_EXECUTION_CHARSET_NAME = "UTF-8"
|
||||
const __GNUC_MINOR__ = 1
|
||||
const __GNUC_PATCHLEVEL__ = 0
|
||||
const __GNUC_MINOR__ = 2
|
||||
const __GNUC_PATCHLEVEL__ = 1
|
||||
const __GNUC_RH_RELEASE__ = 6
|
||||
const __GNUC_STDC_INLINE__ = 1
|
||||
const __GNUC_WIDE_EXECUTION_CHARSET_NAME = "UTF-32LE"
|
||||
const __GNUC__ = 14
|
||||
|
|
@ -530,7 +531,7 @@ const __UTA_FBIT__ = 64
|
|||
const __UTA_IBIT__ = 64
|
||||
const __UTQ_FBIT__ = 128
|
||||
const __UTQ_IBIT__ = 0
|
||||
const __VERSION__ = "14.1.0 20240507 (Red Hat 14.1.0-1)"
|
||||
const __VERSION__ = "14.2.1 20241104 (Red Hat 14.2.1-6)"
|
||||
const __WCHAR_MAX__ = 2147483647
|
||||
const __WCHAR_MIN__ = -2147483648
|
||||
const __WCHAR_TYPE__ = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue