mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
12
ztypes_sparcx.go
Normal file
12
ztypes_sparcx.go
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user