Codebase list golang-github-creack-pty / e25df430-913c-4c61-94d1-ddd462e9a9f6/main ztypes_freebsd_amd64.go
e25df430-913c-4c61-94d1-ddd462e9a9f6/main

Tree @e25df430-913c-4c61-94d1-ddd462e9a9f6/main (Download .tar.gz)

ztypes_freebsd_amd64.go @e25df430-913c-4c61-94d1-ddd462e9a9f6/mainraw · history · blame

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

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