summaryrefslogtreecommitdiff
path: root/vendor/github.com/kr/pty/ztypes_freebsd_386.go
blob: d9975374e3c5149915e9438ca7a66a1cf561f0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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
}