Merge pull request #157 from matoro/master

Add sparc support
This commit is contained in:
Guillaume J. Charmes
2023-10-26 07:42:32 -07:00
committed by GitHub

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
)