aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 048ee92b5..d65d4450f 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -210,6 +210,12 @@ type FlagsType struct {
Vals []uintptr
}
+type ConstType struct {
+ TypeCommon
+ TypeSize uintptr
+ Val uintptr
+}
+
type IntKind int
const (