• Joel Sing's avatar
    runtime: use netbsd signal ABI v2 · 79473d6b
    Joel Sing authored
    Use version 2 of the NetBSD signal ABI - both version 2 and version 3
    are supported by the kernel, with near identical behaviour. However,
    the netbsd32 compat code does not allow version 3 to be used, which
    prevents Go netbsd/386 binaries from running in compat mode on a
    NetBSD amd64 kernel. Switch to version 2 of the ABI, which is the
    same version currently used by NetBSD's libc.
    
    R=minux.ma
    CC=golang-dev
    https://golang.org/cl/6476068
    79473d6b
sys_netbsd_amd64.s 5.7 KB