Skip to content

Commit

Permalink
Merge pull request #30 from samm-git/master
Browse files Browse the repository at this point in the history
Add support for the 32-bit PPC Linux platform
  • Loading branch information
creack committed Oct 26, 2023
2 parents 24db57f + a9f5fec commit 04081dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ztypes_ppc.go
@@ -0,0 +1,9 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
_C_int int32
_C_uint uint32
)

0 comments on commit 04081dc

Please sign in to comment.