summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/creack/pty/ztypes_riscvx.go
blob: 99eec8ecbe021f2b54a2519e26b5c905ad389756 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs types.go

// +build riscv riscv64

package pty

type (
	_C_int  int32
	_C_uint uint32
)