Merge pull request #1557 from semarie/openbsd-support

initial OpenBSD support
This commit is contained in:
gingerBill
2022-02-28 14:23:56 +00:00
committed by GitHub
33 changed files with 1250 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
//+private
//+build linux, darwin, freebsd
//+build linux, darwin, freebsd, openbsd
package runtime
import "core:intrinsics"