summaryrefslogtreecommitdiff
path: root/vendor/github.com/kr/pty/ztypes_ppc64le.go
blob: e6780f4e237a35d0ceb047ee54aecc31806c83c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build ppc64le

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
	_C_int  int32
	_C_uint uint32
)