Codebase list golang-github-creack-pty / debian/1.1.17-1 ztypes_freebsd_arm.go
debian/1.1.17-1

Tree @debian/1.1.17-1 (Download .tar.gz)

ztypes_freebsd_arm.go @debian/1.1.17-1raw · history · blame

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

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types_freebsd.go

package pty

const (
	_C_SPECNAMELEN = 0x3f
)

type fiodgnameArg struct {
	Len int32
	Buf *byte
}