summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/creack/pty/ztypes_s390x.go
blob: a7452b61cb35b0fcd5401a0b0d2742901314642d (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build s390x

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)