Files
creack.pty/ztypes_ppc.go
Alex Samorukov a9f5fecba0 Add support for the 32-bit PPC Linux platform
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
2015-05-01 19:26:24 +00:00

10 lines
118 B
Go

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)