aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2016-12-20 18:12:07 +0100
committerAndrey Konovalov <andreyknvl@google.com>2016-12-20 18:12:07 +0100
commitdf98b6bde521211c8f1246157e5e6a4a40e710f4 (patch)
tree648a0abb9db00f2364c028154807666ec2b51d6b /sys/decl.go
parent80b6c954f8daa8d9910698be9eca6d97284a75a0 (diff)
prog: add bytesizeN types
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/decl.go b/sys/decl.go
index bb82cfa18..63fca61b7 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -157,7 +157,7 @@ type LenType struct {
TypeCommon
TypeSize uintptr
BigEndian bool
- ByteSize bool // want size in bytes instead of array size
+ ByteSize uintptr // want size in multiple of bytes instead of array size
Buf string
}