Codebase list golang-github-creack-pty / 819195d
Add support for freebsd/ppc64 (#126) lenoil98 authored 2 years ago GitHub committed 2 years ago
1 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Created by cgo -godefs - DO NOT EDIT
1 // cgo -godefs types_freebsd.go
2
3 package pty
4
5 const (
6 _C_SPECNAMELEN = 0x3f
7 )
8
9 type fiodgnameArg struct {
10 Len int32
11 Pad_cgo_0 [4]byte
12 Buf *byte
13 }