Skip to content

Commit

Permalink
Ignore host_aix_ppc64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Myers committed May 18, 2024
1 parent b4d95a4 commit b133d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions host/host_aix_ppc64.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//go:build aix && ppc64
// +build aix,ppc64
//go:build aix && ppc64 && cgo
// +build aix,ppc64,cgo

// Guessed at from the following document:
// https://www.ibm.com/docs/sl/ibm-mq/9.2?topic=platforms-standard-data-types-aix-linux-windows

package host

const (
sizeofPtr = 0x
sizeofPtr = 0x8
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x8
Expand Down

0 comments on commit b133d60

Please sign in to comment.