mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
ztypes_openbsd_32bit_int.go: remove arch list
struct ptmget is common across all OpenBSD architectures. The current version needlessly breaks compilation on ppc64 and riscv64.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//go:build (386 || amd64 || arm || arm64 || mips64) && openbsd
|
||||
// +build 386 amd64 arm arm64 mips64
|
||||
//go:build openbsd
|
||||
// +build openbsd
|
||||
|
||||
package pty
|
||||
|
||||
Reference in New Issue
Block a user