diff --git a/ztypes_freebsd_ppc64.go b/ztypes_freebsd_ppc64.go new file mode 100644 index 0000000..5fa102f --- /dev/null +++ b/ztypes_freebsd_ppc64.go @@ -0,0 +1,14 @@ +// Created by cgo -godefs - DO NOT EDIT +// cgo -godefs types_freebsd.go + +package pty + +const ( + _C_SPECNAMELEN = 0x3f +) + +type fiodgnameArg struct { + Len int32 + Pad_cgo_0 [4]byte + Buf *byte +}