mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
15 lines
202 B
Go
15 lines
202 B
Go
// 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
|
|
}
|