Skip to content

Commit b133d60

Browse files
author
Dylan Myers
committed
Ignore host_aix_ppc64 for now
1 parent b4d95a4 commit b133d60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

host/host_aix_ppc64.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
//go:build aix && ppc64
2-
// +build aix,ppc64
1+
//go:build aix && ppc64 && cgo
2+
// +build aix,ppc64,cgo
33

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

77
package host
88

99
const (
10-
sizeofPtr = 0x
10+
sizeofPtr = 0x8
1111
sizeofShort = 0x2
1212
sizeofInt = 0x4
1313
sizeofLong = 0x8

0 commit comments

Comments
 (0)