aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-21 10:31:53 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-21 10:31:53 +0200
commit653022e6a9d3022e53cc170ff3efc41b3d8973f1 (patch)
tree9010b7d4ba1ee457f441053654455f8e4e36ed48 /sys
parentf9d1a2783fed60bce865015085c59eb1f914ab71 (diff)
sys/fuchsia: fix build
Diffstat (limited to 'sys')
-rw-r--r--sys/fuchsia/init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fuchsia/init.go b/sys/fuchsia/init.go
index 0dfe874cc..98cfcf189 100644
--- a/sys/fuchsia/init.go
+++ b/sys/fuchsia/init.go
@@ -23,6 +23,7 @@ const (
)
type arch struct {
+ mmapSyscall *prog.Syscall
}
// createMmapCall creates a "normal" mmap call that maps [start, start+npages) page range.