Skip to content

Commit

Permalink
Add support for freebsd/ppc64 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoil98 authored Sep 27, 2021
1 parent 8ac0cc1 commit 819195d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ztypes_freebsd_ppc64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types_freebsd.go

package pty

const (
_C_SPECNAMELEN = 0x3f
)

type fiodgnameArg struct {
Len int32
Pad_cgo_0 [4]byte
Buf *byte
}

0 comments on commit 819195d

Please sign in to comment.