Add support for the 32-bit PPC Linux platform

Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
This commit is contained in:
Alex Samorukov
2015-05-01 19:26:24 +00:00
parent 05017fcccf
commit a9f5fecba0

9
ztypes_ppc.go Normal file
View File

@@ -0,0 +1,9 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)