aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
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.