Codebase list golang-pty / 35af567
Add support for ARM64 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Qiang Huang 8 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Created by cgo -godefs - DO NOT EDIT
1 // cgo -godefs types.go
2
3 package pty
4
5 type (
6 _C_int int32
7 _C_uint uint32
8 )