Skip to content

Commit

Permalink
Add support for OpenBSD 386. Prevents compile errors. (#60)
Browse files Browse the repository at this point in the history
Created file from a OpenBSD 386 installation and:

go tool cgo -godefs types_openbsd.go > ztypes_openbsd_386.go
  • Loading branch information
derekmarcotte authored and creack committed Jun 20, 2018
1 parent 282ce0e commit fa756f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ztypes_openbsd_386.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa756f0

Please sign in to comment.