Skip to content

Commit

Permalink
ztypes_openbsd_32bit_int.go: remove arch list
Browse files Browse the repository at this point in the history
struct ptmget is common across all OpenBSD architectures.
The current version needlessly breaks compilation on ppc64 and riscv64.
  • Loading branch information
n2vi committed Feb 28, 2024
1 parent 03db72c commit 3c9ed8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ztypes_openbsd_32bit_int.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c9ed8d

Please sign in to comment.