• Akshat Kumar's avatar
    pkg/runtime: Plan 9 signal handling in Go · ccdca2cd
    Akshat Kumar authored
    This adds proper note handling for Plan 9,
    and fixes the issue of properly killing go procs.
    Without this change, the first go proc that dies
    (using runtime·exit()) would kill all the running
    go procs. Proper signal handling is needed.
    
    R=golang-dev, ality, rminnich, rsc
    CC=golang-dev, john, mirtchovski
    https://golang.org/cl/5617048
    ccdca2cd
os_plan9.h 1.9 KB