• Russ Cox's avatar
    runtime: fix build · 81041369
    Russ Cox authored
    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
    81041369
Name
Last commit
Last update
..
386 Loading commit data...
amd64 Loading commit data...
arm Loading commit data...
defs.c Loading commit data...
defs1.c Loading commit data...
defs2.c Loading commit data...
defs_arm.c Loading commit data...
mem.c Loading commit data...
os.h Loading commit data...
signals.h Loading commit data...
thread.c Loading commit data...