internal/core: fix build on Solaris

Solaris has unix.Mmap but not syscall.Mmap.

Change-Id: Ia48b1db21d48caa835e43ea4f6616c8c3d06e089
Reviewed-on: https://go-review.googlesource.com/c/debug/+/170786
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
2 files changed
tree: 01306e7eb4b3c903777635852f82d68699f86b6e
  1. cmd/
  2. internal/
  3. AUTHORS
  4. codereview.cfg
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. README.md
README.md

Go Debug

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.

Report Issues & Send Changes