diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-21 10:31:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-21 10:31:53 +0200 |
| commit | 653022e6a9d3022e53cc170ff3efc41b3d8973f1 (patch) | |
| tree | 9010b7d4ba1ee457f441053654455f8e4e36ed48 /sys | |
| parent | f9d1a2783fed60bce865015085c59eb1f914ab71 (diff) | |
sys/fuchsia: fix build
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/init.go | 1 |
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. |
