Files

8 lines
78 B
Go
Raw Permalink Normal View History

//go:build freebsd || linux || darwin
package ffi
const (
DefaultAbi = 2
)