]> Cypherpunks repositories - gostls13.git/commit
syscall: add Mmap and Munmap on solaris
authorTobias Klauser <tklauser@distanz.ch>
Tue, 9 Aug 2022 08:17:54 +0000 (10:17 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 9 Aug 2022 12:06:56 +0000 (12:06 +0000)
commit98277f30e4365f3b35d856fa9cdee2fe01ab862b
treeda064f1b1f261f27500a7cb2d1b96005a60d64dc
parentdcf354512a25c1aea3d20efb7c8e3977e70479b6
syscall: add Mmap and Munmap on solaris

They exist on all other Unix ports, define them on GOOS=solaris as well.

Fixes #52875

Change-Id: I7285156b3b48ce12fbcc6d1d88865540a5c51a21
Reviewed-on: https://go-review.googlesource.com/c/go/+/413374
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/syscall/mmap_unix_test.go
src/syscall/syscall_solaris.go