From 653022e6a9d3022e53cc170ff3efc41b3d8973f1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 21 Sep 2017 10:31:53 +0200 Subject: [PATCH] sys/fuchsia: fix build --- sys/fuchsia/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/fuchsia/init.go b/sys/fuchsia/init.go index 0dfe874c..98cfcf18 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.