1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
go/src/pkg/runtime/linux
Russ Cox 81041369b2 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
2010-09-28 20:50:00 -04:00
..
386 runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
amd64 runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
arm runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs1.c runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
defs2.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs_arm.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
defs.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mem.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
os.h runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
signals.h runtime: turn divide by zero, nil dereference into panics 2010-04-08 18:15:30 -07:00
thread.c runtime: fix build 2010-09-28 20:50:00 -04:00