From a9f5fecba0e454d52f742186491709bdb437f80c Mon Sep 17 00:00:00 2001 From: Alex Samorukov Date: Fri, 1 May 2015 19:26:24 +0000 Subject: [PATCH] Add support for the 32-bit PPC Linux platform Signed-off-by: Alex Samorukov --- ztypes_ppc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ztypes_ppc.go diff --git a/ztypes_ppc.go b/ztypes_ppc.go new file mode 100644 index 0000000..ff0b8fd --- /dev/null +++ b/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 +)