Add sparc support

This commit is contained in:
matoro
2022-09-01 14:29:51 -04:00
parent 0d412c9fbe
commit 3a069a34a2

12
ztypes_sparcx.go Normal file
View File

@@ -0,0 +1,12 @@
//go:build sparc || sparc64
// +build sparc sparc64
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)