mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
loong64 GOARCH value reserved for LoongArch architecture: https://golang.org/doc/go1.17. github issues: https://github.com/golang/go/issues/46229 LoongArch documents: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html Signed-off-by: guoqi.chen <chenguoqi@loongson.cn>
13 lines
156 B
Go
13 lines
156 B
Go
//go:build loong64
|
|
// +build loong64
|
|
|
|
// Created by cgo -godefs - DO NOT EDIT
|
|
// cgo -godefs types.go
|
|
|
|
package pty
|
|
|
|
type (
|
|
_C_int int32
|
|
_C_uint uint32
|
|
)
|