Codebase list golang-github-creack-pty / 8ab47f7
Add support for freebsd/arm64 (#87) Tobias Kortkamp authored 4 years ago Guillaume J. Charmes committed 4 years ago
1 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Code generated by cmd/cgo -godefs; DO NOT EDIT.
1 // cgo -godefs types_freebsd.go
2
3 package pty
4
5 const (
6 _C_SPECNAMELEN = 0xff
7 )
8
9 type fiodgnameArg struct {
10 Len int32
11 Buf *byte
12 }