1//go:build arm && freebsd
2//+build arm,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	Buf *byte
16}
17