• Russ Cox's avatar
    [dev.cc] runtime: convert signal handlers from C to Go · 2d917c0c
    Russ Cox authored
    This code overused macros and could not be
    converted automatically. Instead a new sigctxt
    type had to be defined for each os/arch combination,
    with a common (implicit) interface used by the
    arch-specific signal handler code.
    
    [This CL is part of the removal of C code from package runtime.
    See golang.org/s/dev.cc for an overview.]
    
    LGTM=r
    R=r
    CC=austin, dvyukov, golang-codereviews, iant, khr
    https://golang.org/cl/168500044
    2d917c0c
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
dev.cc Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...