mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
Add support for ARM64
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
9
ztypes_arm64.go
Normal file
9
ztypes_arm64.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Created by 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