From 88979b35d462516e1765524d70a41c0d26eec911 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:26:22 +0200 Subject: [chore] Update bun and sqlite dependencies (#478) * update bun + sqlite versions * step bun to v1.1.3 --- vendor/modernc.org/libc/pthread/capi_linux_riscv64.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/modernc.org/libc/pthread/capi_linux_riscv64.go (limited to 'vendor/modernc.org/libc/pthread/capi_linux_riscv64.go') diff --git a/vendor/modernc.org/libc/pthread/capi_linux_riscv64.go b/vendor/modernc.org/libc/pthread/capi_linux_riscv64.go new file mode 100644 index 000000000..84fa5dd9e --- /dev/null +++ b/vendor/modernc.org/libc/pthread/capi_linux_riscv64.go @@ -0,0 +1,5 @@ +// Code generated by 'ccgo pthread/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 pthread/pthread_linux_riscv64.go -pkgname pthread', DO NOT EDIT. + +package pthread + +var CAPI = map[string]struct{}{} -- cgit v1.2.3