Codebase list golang-github-creack-pty / 1cabd139-f469-4198-970f-b462a4f18f71/main ztypes_freebsd_arm64.go
1cabd139-f469-4198-970f-b462a4f18f71/main

Tree @1cabd139-f469-4198-970f-b462a4f18f71/main (Download .tar.gz)

ztypes_freebsd_arm64.go @1cabd139-f469-4198-970f-b462a4f18f71/mainraw · history · blame

//go:build arm64 && freebsd
//+build arm64,freebsd

// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs types_freebsd.go

package pty

const (
	_C_SPECNAMELEN = 0xff
)

type fiodgnameArg struct {
	Len int32
	Buf *byte
}