1//go:build amd64 && freebsd
2//+build amd64,freebsd
3
4// Created by cgo -godefs - DO NOT EDIT
5// cgo -godefs types_freebsd.go
6
7package pty
8
9const (
10	_C_SPECNAMELEN = 0x3f
11)
12
13type fiodgnameArg struct {
14	Len       int32
15	Pad_cgo_0 [4]byte
16	Buf       *byte
17}
18