mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
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
This commit is contained in:
committed by
Guillaume J. Charmes
parent
282ce0e532
commit
fa756f09ee
13
ztypes_openbsd_386.go
Normal file
13
ztypes_openbsd_386.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs types_openbsd.go
|
||||
|
||||
package pty
|
||||
|
||||
type ptmget struct {
|
||||
Cfd int32
|
||||
Sfd int32
|
||||
Cn [16]int8
|
||||
Sn [16]int8
|
||||
}
|
||||
|
||||
var ioctl_PTMGET = 0x40287401
|
||||
Reference in New Issue
Block a user