Codebase list golang-github-creack-pty / v1.1.4 ztypes_freebsd_arm.go
v1.1.4

Tree @v1.1.4 (Download .tar.gz)

ztypes_freebsd_arm.go @v1.1.4raw · history · blame

// 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
}