freebsd/amd64: initial port, GO111MODULE=off only, updates libc#10.

This commit is contained in:
Jan Mercl
2021-09-04 21:39:54 +02:00
parent 3e252fa613
commit 65c49f4def
12 changed files with 478695 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build linux || darwin
// +build linux darwin
//go:build linux || darwin || freebsd
// +build linux darwin freebsd
package libc2 // import "modernc.org/sqlite/internal/libc2"