]> Cypherpunks repositories - gostls13.git/commit
runtime: fix build
authorRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 00:50:00 +0000 (20:50 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 00:50:00 +0000 (20:50 -0400)
commit81041369b29b5f8910b559819512c57d3d86e034
tree87478414525cbbed6592f9355907f7871ffe05bb
parent649aab835fc8e0fef8e0456396378ed1495d41bd
runtime: fix build

On systems where the mmap succeeds
(e.g., sysctl -w vm.mmap_min_addr=0)
it changes the signal code delivered for a
nil fault from ``page not mapped'' to
``invalid permissions for page.''

TBR=r
CC=golang-dev
https://golang.org/cl/2294041
src/pkg/runtime/darwin/thread.c
src/pkg/runtime/freebsd/thread.c
src/pkg/runtime/linux/thread.c