]> Cypherpunks repositories - gostls13.git/commit
syscall: fix solaris build
authorDave Cheney <dave@cheney.net>
Tue, 25 Feb 2014 20:56:41 +0000 (07:56 +1100)
committerDave Cheney <dave@cheney.net>
Tue, 25 Feb 2014 20:56:41 +0000 (07:56 +1100)
commitf9b384f554143901ddf771214bfacf8041862f0c
treedaf9d74d4e39fbea41e968e68bae57c9ea7a6645
parent391002a82bf3033b51818df5aaa4a82cc81bc81f
syscall: fix solaris build

Solaris does not define syscall.{Mmap,Munmap}. Move the Mmap test to a new file and exclude solaris as discussed.

LGTM=aram
R=aram, mikioh.mikioh, iant
CC=golang-codereviews
https://golang.org/cl/68720043
src/pkg/syscall/mmap_unix_test.go [new file with mode: 0644]
src/pkg/syscall/syscall_unix_test.go