edsrzf / mmap-go

A portable mmap package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails on netbsd

anacrolix opened this issue · comments

# github.com/edsrzf/mmap-go
../gopath/src/github.com/edsrzf/mmap-go/mmap.go:73: undefined: mmap
../gopath/src/github.com/edsrzf/mmap-go/mmap.go:84: undefined: lock
../gopath/src/github.com/edsrzf/mmap-go/mmap.go:92: undefined: unlock
../gopath/src/github.com/edsrzf/mmap-go/mmap.go:98: undefined: flush
../gopath/src/github.com/edsrzf/mmap-go/mmap.go:109: undefined: unmap

Thanks for the report. I have no plans to look into this, but would be happy to accept a pull request to fix it.

Please try latest master, as of commit 14bdcec. If somebody can confirm that it works, I'll close this issue.

Assuming it's fixed until I hear otherwise.