• 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
thread.c 3.48 KB