Codebase list golang-github-creack-pty / v1.1.2
Add support for OpenBSD 386. Prevents compile errors. (#60) Created file from a OpenBSD 386 installation and: go tool cgo -godefs types_openbsd.go > ztypes_openbsd_386.go Derek Marcotte authored 5 years ago Guillaume J. Charmes committed 5 years ago
1 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Created by cgo -godefs - DO NOT EDIT
1 // cgo -godefs types_openbsd.go
2
3 package pty
4
5 type ptmget struct {
6 Cfd int32
7 Sfd int32
8 Cn [16]int8
9 Sn [16]int8
10 }
11
12 var ioctl_PTMGET = 0x40287401