sys/fuchsia: fix build

This commit is contained in:
Dmitry Vyukov 2017-09-21 10:31:53 +02:00
parent f9d1a2783f
commit 653022e6a9

View File

@ -23,6 +23,7 @@ const (
)
type arch struct {
mmapSyscall *prog.Syscall
}
// createMmapCall creates a "normal" mmap call that maps [start, start+npages) page range.