diff options
author | 2023-08-16 16:09:50 +0100 | |
---|---|---|
committer | 2023-08-16 16:09:50 +0100 | |
commit | 8f4b779b2d5876a1b667010f26eff76a7b3dbbae (patch) | |
tree | 57e98f9c604e5afd69505ce2c472bff5efe03760 /vendor/modernc.org/libc/stdlib/capi_linux_loong64.go | |
parent | [feature] Add snapshot binary builds + uploads (#2119) (diff) | |
download | gotosocial-8f4b779b2d5876a1b667010f26eff76a7b3dbbae.tar.xz |
[chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/libc/stdlib/capi_linux_loong64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdlib/capi_linux_loong64.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/stdlib/capi_linux_loong64.go b/vendor/modernc.org/libc/stdlib/capi_linux_loong64.go new file mode 100644 index 000000000..bc0091ea3 --- /dev/null +++ b/vendor/modernc.org/libc/stdlib/capi_linux_loong64.go @@ -0,0 +1,5 @@ +// Code generated by 'ccgo stdlib/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o stdlib/stdlib_linux_amd64.go -pkgname stdlib', DO NOT EDIT. + +package stdlib + +var CAPI = map[string]struct{}{} |